Skip to content

Commit

Permalink
cleanup workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Gherghescu <[email protected]>
  • Loading branch information
andrei-ng committed Jan 2, 2025
1 parent 628f2be commit e9cba68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
run: |
rm -rf content
cp -r gh-pages/content .
- name: Deploy to GitHub Pages
- name: Trigger GitHub Pages Bot
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add content
if [ "${{ github.ref_type }}" == "tag" ]; then
git commit --allow-empty -m "update book for release ${{ github.ref }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Releases
name: Publish all

on:
push:
Expand Down

0 comments on commit e9cba68

Please sign in to comment.