1 parent b80f350 commit 181469eCopy full SHA for 181469e
1 file changed
.github/workflows/pages.yml
@@ -19,8 +19,11 @@ concurrency:
19
cancel-in-progress: true
20
21
jobs:
22
- build:
+ deploy:
23
runs-on: ubuntu-latest
24
+ environment:
25
+ name: github-pages
26
+ url: ${{ steps.deployment.outputs.page_url }}
27
steps:
28
- name: Checkout
29
uses: actions/checkout@v6
@@ -52,13 +55,6 @@ jobs:
52
55
name: github-pages
53
56
path: ${{ runner.temp }}/github-pages.tar.gz
54
57
- deploy:
- needs: build
- runs-on: ubuntu-latest
58
- environment:
59
- name: github-pages
60
- url: ${{ steps.deployment.outputs.page_url }}
61
- steps:
62
- name: Deploy to GitHub Pages
63
id: deployment
64
uses: actions/deploy-pages@v4
0 commit comments