File tree Expand file tree Collapse file tree 1 file changed +4
-25
lines changed Expand file tree Collapse file tree 1 file changed +4
-25
lines changed Original file line number Diff line number Diff line change @@ -27,34 +27,13 @@ jobs:
27
27
needs : ci
28
28
runs-on : ubuntu-latest
29
29
permissions :
30
- contents : write
31
30
pages : write
32
31
id-token : write
33
32
environment :
34
33
name : github-pages
35
- url : ${{ steps.deployment.outputs.page_url }}
34
+ url : ${{ steps.deployment.outputs.url }}
36
35
steps :
37
- - uses : actions/checkout@v4
38
-
39
- - uses : actions/download-artifact@v4
40
- with :
41
- name : build
42
- path : /
43
-
44
- - name : 📦 Upload website build artifact
45
- uses : actions/upload-pages-artifact@v3
46
- with :
47
- path : public
48
-
49
- - name : ⚙️ Setup Pages
50
- uses : actions/configure-pages@v5
51
-
52
- - name : 🚀 Deploy to GitHub Pages
53
- id : deployment
54
- uses : actions/deploy-pages@v4
55
-
56
- - name : 🔭 Check the site is up
57
-
36
+ - id : deployment
37
+ uses :
hoverkraft-tech/ci-github-publish/actions/deploy/[email protected]
58
38
with :
59
- url-to-hit : ${{ steps.deployment.outputs.page_url }}
60
- expected-statuses : " 200"
39
+ build-assets-path : public
You can’t perform that action at this time.
0 commit comments