Skip to content

Commit

Permalink
chore: test gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms committed Jul 18, 2024
1 parent 8930122 commit fc4817b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/website-update-api-reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
git config --local user.email 'github-actions[bot]@users.noreply.github.com'
git add website/static
git commit -m "docs: api reference and website examples update: $GITHUB_SHA"
git push origin HEAD:main
# git push origin HEAD:main
- name: Install Website Dependencies
run: |
Expand All @@ -44,10 +44,10 @@ jobs:
cd website
nix-shell -p yarn --run "yarn build"
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./website/build
user_name: github-actions[bot]
user_email: 41898282+github-actions[bot]@users.noreply.github.com
#- name: Deploy to GitHub Pages
# uses: peaceiris/actions-gh-pages@v3
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: ./website/build
# user_name: github-actions[bot]
# user_email: 41898282+github-actions[bot]@users.noreply.github.com

0 comments on commit fc4817b

Please sign in to comment.