File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,13 @@ concurrency:
23
23
24
24
jobs :
25
25
deploy :
26
- name : Deploy to GitHub Pages
26
+ name : Deploy docs to GitHub Pages
27
27
runs-on : ubuntu-latest
28
28
steps :
29
29
- uses : actions/checkout@v2
30
30
- uses : actions/setup-node@v3
31
31
with :
32
32
node-version : 18
33
- cache : yarn
34
- cache-dependency-path : ./casdk-docs/yarn.lock
35
33
36
34
- name : Install dependencies
37
35
run : yarn install --frozen-lockfile
53
51
# https://github.com/actions/checkout/issues/13#issuecomment-724415212
54
52
# The GH actions bot is used by default if you didn't specify the two fields.
55
53
# You can swap them out with your own user credentials.
56
- user_name : github-actions[bot]
57
- user_email : 41898282+github-actions[bot]@users.noreply.github .com
54
+ user_name : danuw
55
+ user_email : bdanuw@gmail .com
You can’t perform that action at this time.
0 commit comments