File tree 1 file changed +19
-19
lines changed
1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
17
17
build :
18
18
name : Build Website
19
19
runs-on : ubuntu-latest
20
-
21
20
permissions :
22
21
contents : read
23
22
deployments : write
23
+ timeout-minutes : 30
24
24
25
25
steps :
26
26
- name : Checkout
@@ -50,28 +50,28 @@ jobs:
50
50
with :
51
51
path : website/build
52
52
53
- deploy :
54
- if : github.event_name == 'push'
55
- name : Deploy to GitHub Pages
56
- concurrency : build-deploy-pages
57
- runs-on : ubuntu-latest
58
- needs : build
53
+ # deploy:
54
+ # if: github.event_name == 'push'
55
+ # name: Deploy to GitHub Pages
56
+ # concurrency: build-deploy-pages
57
+ # runs-on: ubuntu-latest
58
+ # needs: build
59
59
60
- permissions :
61
- pages : write
62
- id-token : write
60
+ # permissions:
61
+ # pages: write
62
+ # id-token: write
63
63
64
- environment :
65
- name : github-pages
66
- url : ${{ steps.deployment.outputs.page_url }}
64
+ # environment:
65
+ # name: github-pages
66
+ # url: ${{ steps.deployment.outputs.page_url }}
67
67
68
- steps :
69
- - name : Download Build Artifact
70
-
68
+ # steps:
69
+ # - name: Download Build Artifact
70
+
71
71
72
- - name : Deploy to GitHub Pages
73
- id : deployment
74
-
72
+ # - name: Deploy to GitHub Pages
73
+ # id: deployment
74
+
75
75
76
76
77
77
publish :
You can’t perform that action at this time.
0 commit comments