We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9862fdd commit f20daecCopy full SHA for f20daec
1 file changed
.github/workflows/github-pages.yml
@@ -22,8 +22,6 @@ jobs:
22
steps:
23
- name: Checkout
24
uses: actions/checkout@v3
25
- - name: Setup Pages
26
- uses: actions/configure-pages@v4
27
- name: Set up Python 3.12
28
uses: actions/setup-python@v4
29
with:
@@ -36,6 +34,8 @@ jobs:
36
34
poetry install --no-root --with dev
37
35
- name: Build static pages
38
run: make docs-build
+ - name: Setup Pages
+ uses: actions/configure-pages@v4
39
- name: Upload artifact
40
uses: actions/upload-pages-artifact@v2
41
@@ -59,6 +59,8 @@ jobs:
59
# Specify runner + deployment step
60
runs-on: ubuntu-latest
61
62
63
64
- name: Deploy to GitHub Pages
65
id: deployment
66
uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action
0 commit comments