There was an error while loading. Please reload this page.
1 parent c8f4b1e commit 561557cCopy full SHA for 561557c
1 file changed
.github/workflows/pages.yml
@@ -17,10 +17,12 @@ jobs:
17
build:
18
runs-on: ubuntu-latest
19
steps:
20
- - name: Checkout
21
- uses: actions/checkout@v4
+ - uses: actions/checkout@v4
22
23
- - name: Upload Pages artifact
+ - name: Configure Pages
+ uses: actions/configure-pages@v5
24
+
25
+ - name: Upload artifact
26
uses: actions/upload-pages-artifact@v3
27
with:
28
path: web
@@ -32,6 +34,5 @@ jobs:
32
34
name: github-pages
33
35
url: ${{ steps.deployment.outputs.page_url }}
36
- - name: Deploy to GitHub Pages
- id: deployment
37
+ - id: deployment
38
uses: actions/deploy-pages@v4
0 commit comments