mirror of https://github.com/eyhc1/rendercv.git
Merge branch 'main' of github.com:sinaatalay/rendercv
This commit is contained in:
commit
eeb2e84cf6
|
@ -1,4 +1,4 @@
|
||||||
name: ci
|
name: Deploy MkDocs
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.9", "3.10", "3.11"]
|
python-version: ["3.10", "3.11"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in New Issue