Skip to content

Commit

Permalink
updated user
Browse files Browse the repository at this point in the history
  • Loading branch information
danuw committed Dec 29, 2023
1 parent 5183d73 commit 93267d6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/6-jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,13 @@ concurrency:

jobs:
deploy:
name: Deploy to GitHub Pages
name: Deploy docs to GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
cache-dependency-path: ./casdk-docs/yarn.lock

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand All @@ -53,5 +51,5 @@ jobs:
# https://github.com/actions/checkout/issues/13#issuecomment-724415212
# The GH actions bot is used by default if you didn't specify the two fields.
# You can swap them out with your own user credentials.
user_name: github-actions[bot]
user_email: 41898282+github-actions[bot]@users.noreply.github.com
user_name: danuw
user_email: bdanuw@gmail.com

0 comments on commit 93267d6

Please sign in to comment.