Skip to content

Commit 4799d7a

Browse files
committed
restoring username and email and removing the test file
1 parent 83f3073 commit 4799d7a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,10 @@ jobs:
4949
github_token: ${{ secrets.GITHUB_TOKEN }}
5050
# Build output to publish to the `gh-pages` branch:
5151
publish_dir: ./casdk-docs/build
52+
# The following lines assign commit authorship to the official
53+
# GH-Actions bot for deploys to `gh-pages` branch:
54+
# https://github.com/actions/checkout/issues/13#issuecomment-724415212
55+
# The GH actions bot is used by default if you didn't specify the two fields.
56+
# You can swap them out with your own user credentials.
57+
user_name: github-actions[bot]
58+
user_email: 41898282+github-actions[bot]@users.noreply.github.com

casdk-docs/docs/test.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)