File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Deploy to GitHub Pages
2
2
3
3
on :
4
4
push :
5
- branches : [' 1.0' ]
5
+ branches : [" 1.0" ]
6
6
workflow_dispatch :
7
7
8
8
permissions :
@@ -11,20 +11,23 @@ permissions:
11
11
id-token : write
12
12
13
13
concurrency :
14
- group : ' pages'
14
+ group : " pages"
15
15
cancel-in-progress : true
16
16
17
17
jobs :
18
18
build :
19
19
runs-on : ubuntu-latest
20
+ defaults :
21
+ run :
22
+ working-directory : amicons
20
23
steps :
21
24
- name : Checkout
22
25
uses : actions/checkout@v4
23
26
- name : Set up Node
24
27
uses : actions/setup-node@v4
25
28
with :
26
29
node-version : 20
27
- cache : ' npm'
30
+ cache : " npm"
28
31
- name : Install dependencies
29
32
run : npm install
30
33
- name : Production build
53
56
uses : actions/setup-node@v4
54
57
with :
55
58
node-version : 20
56
- cache : ' npm'
59
+ cache : " npm"
57
60
- name : Download artifact
58
61
id : download
59
62
uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments