Skip to content

Commit 1844dea

Browse files
authored
Update static.yml
1 parent f4ecdcc commit 1844dea

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/static.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,10 @@ jobs:
2929
url: ${{ steps.deployment.outputs.page_url }}
3030
runs-on: ubuntu-latest
3131
steps:
32+
- name: Checkout
33+
uses: actions/checkout@v3
3234

33-
- name: Checkout
34-
uses: actions/checkout@v3
35-
36-
- name: Set up Python
35+
- name: Set up Python
3736
uses: actions/setup-python@v2
3837
with:
3938
python-version: 3.9
@@ -58,15 +57,16 @@ jobs:
5857
make clean
5958
make html
6059
61-
- name: Setup Pages
62-
uses: actions/configure-pages@v3
60+
- name: Setup Pages
61+
uses: actions/configure-pages@v3
6362

64-
- name: Upload artifact
65-
uses: actions/upload-pages-artifact@v2
66-
with:
67-
# Upload just docs
68-
path: 'docs/sphinx/build/html'
63+
- name: Upload artifact
64+
uses: actions/upload-pages-artifact@v2
65+
with:
66+
# Upload just docs
67+
path: 'docs/sphinx/build/html'
6968

70-
- name: Deploy to GitHub Pages
71-
id: deployment
72-
uses: actions/deploy-pages@v2
69+
- name: Deploy to GitHub Pages
70+
id: deployment
71+
uses: actions/deploy-pages@v2
72+

0 commit comments

Comments
 (0)