Skip to content

Commit 93267d6

Browse files
committed
updated user
1 parent 5183d73 commit 93267d6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/6-jekyll-gh-pages.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,13 @@ concurrency:
2323

2424
jobs:
2525
deploy:
26-
name: Deploy to GitHub Pages
26+
name: Deploy docs to GitHub Pages
2727
runs-on: ubuntu-latest
2828
steps:
2929
- uses: actions/checkout@v2
3030
- uses: actions/setup-node@v3
3131
with:
3232
node-version: 18
33-
cache: yarn
34-
cache-dependency-path: ./casdk-docs/yarn.lock
3533

3634
- name: Install dependencies
3735
run: yarn install --frozen-lockfile
@@ -53,5 +51,5 @@ jobs:
5351
# https://github.com/actions/checkout/issues/13#issuecomment-724415212
5452
# The GH actions bot is used by default if you didn't specify the two fields.
5553
# 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

0 commit comments

Comments
 (0)