Skip to content

Commit f3f59b5

Browse files
committed
Fixed formatting.
1 parent 02c206b commit f3f59b5

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/Deploy_site.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ jobs:
2525
needs: build
2626
steps:
2727
- 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
28+
id: deployment
29+
uses: actions/deploy-pages@v4
3230

3331
#- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)