Skip to content

Commit f20daec

Browse files
authored
Update github-pages.yml
1 parent 9862fdd commit f20daec

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/github-pages.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
steps:
2323
- name: Checkout
2424
uses: actions/checkout@v3
25-
- name: Setup Pages
26-
uses: actions/configure-pages@v4
2725
- name: Set up Python 3.12
2826
uses: actions/setup-python@v4
2927
with:
@@ -36,6 +34,8 @@ jobs:
3634
poetry install --no-root --with dev
3735
- name: Build static pages
3836
run: make docs-build
37+
- name: Setup Pages
38+
uses: actions/configure-pages@v4
3939
- name: Upload artifact
4040
uses: actions/upload-pages-artifact@v2
4141
with:
@@ -59,6 +59,8 @@ jobs:
5959
# Specify runner + deployment step
6060
runs-on: ubuntu-latest
6161
steps:
62+
- name: Setup Pages
63+
uses: actions/configure-pages@v4
6264
- name: Deploy to GitHub Pages
6365
id: deployment
6466
uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action

0 commit comments

Comments
 (0)