Skip to content

Commit 561557c

Browse files
committed
pages: configure, upload web/, deploy
1 parent c8f4b1e commit 561557c

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/pages.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ jobs:
1717
build:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- name: Checkout
21-
uses: actions/checkout@v4
20+
- uses: actions/checkout@v4
2221

23-
- name: Upload Pages artifact
22+
- name: Configure Pages
23+
uses: actions/configure-pages@v5
24+
25+
- name: Upload artifact
2426
uses: actions/upload-pages-artifact@v3
2527
with:
2628
path: web
@@ -32,6 +34,5 @@ jobs:
3234
name: github-pages
3335
url: ${{ steps.deployment.outputs.page_url }}
3436
steps:
35-
- name: Deploy to GitHub Pages
36-
id: deployment
37+
- id: deployment
3738
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)