Skip to content

Commit 02c206b

Browse files
committed
Testing new woflow.
1 parent fa99985 commit 02c206b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/Deploy_site.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build MkDocs
1+
name: Deploy Site
22
on:
33
#pull_request:
44
# branches:
@@ -24,10 +24,10 @@ jobs:
2424
runs-on: ubuntu-latest
2525
needs: build
2626
steps:
27+
- name: Deploy to GitHub Pages
28+
- id: deployment
2729
- uses: actions/checkout@v2
2830
- uses: actions/setup-python@v2
2931
- uses: actions/deploy-pages@v4
30-
with:
31-
python-version: 3.x
32-
- run: pip install -r requirements.txt
32+
3333
#- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)