We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa99985 commit 02c206bCopy full SHA for 02c206b
1 file changed
.github/workflows/Deploy_site.yml
@@ -1,4 +1,4 @@
1
-name: Build MkDocs
+name: Deploy Site
2
on:
3
#pull_request:
4
# branches:
@@ -24,10 +24,10 @@ jobs:
24
runs-on: ubuntu-latest
25
needs: build
26
steps:
27
+ - name: Deploy to GitHub Pages
28
+ - id: deployment
29
- uses: actions/checkout@v2
30
- uses: actions/setup-python@v2
31
- uses: actions/deploy-pages@v4
- with:
- python-version: 3.x
32
- - run: pip install -r requirements.txt
+
33
#- run: mkdocs gh-deploy --force
0 commit comments