Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
m00sey committed Aug 24, 2023
1 parent 3de6221 commit 33ded8e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Run Tests
on:
push:
branches:
Expand Down
13 changes: 6 additions & 7 deletions .github/workflows/update-documentation.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Publish Documentation
on:
push:
branches:
Expand All @@ -21,17 +21,16 @@ jobs:

- name: build
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git checkout docs
npm cache clean --force
npm set registry https://registry.npmjs.org/
npm i
npx typedoc src/index.ts
git add .
git commit -a -m "Update documentation"
- name: Commit files
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git add .
git commit -a -m "Update documentation"
- name: Push changes
uses: ad-m/github-push-action@master
with:
Expand Down

0 comments on commit 33ded8e

Please sign in to comment.