Skip to content

Commit 7b01e7b

Browse files
committed
fix yaml?
1 parent d70251f commit 7b01e7b

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/docs.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -59,21 +59,21 @@ jobs:
5959
run: |
6060
poetry run jupyter nbconvert --execute --to notebook --inplace ${{ steps.glob.outputs.paths }}
6161
62-
- name: Generate docs
63-
working-directory: docs/
64-
run: make html
65-
66-
- name: Setup Pages
67-
if: github.ref == 'refs/heads/main'
68-
uses: actions/configure-pages@v5
69-
70-
- name: Upload artifact
71-
if: github.ref == 'refs/heads/main'
72-
uses: actions/upload-pages-artifact@v3
73-
with:
74-
path: "docs/_build/html/"
75-
76-
- name: Deploy to GitHub Pages
77-
if: github.ref == 'refs/heads/main'
78-
id: deployment
79-
uses: actions/deploy-pages@v4
62+
- name: Generate docs
63+
working-directory: docs/
64+
run: make html
65+
66+
- name: Setup Pages
67+
if: github.ref == 'refs/heads/main'
68+
uses: actions/configure-pages@v5
69+
70+
- name: Upload artifact
71+
if: github.ref == 'refs/heads/main'
72+
uses: actions/upload-pages-artifact@v3
73+
with:
74+
path: "docs/_build/html/"
75+
76+
- name: Deploy to GitHub Pages
77+
if: github.ref == 'refs/heads/main'
78+
id: deployment
79+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)