Skip to content

Commit

Permalink
Commit twice
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Apr 5, 2024
1 parent 7eaa3fc commit dbe8260
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:


- name: Generate XML from Asciidoc
run: just generate
# Other steps that change files in the repository
run: just generate-xml
- uses: stefanzweifel/git-auto-commit-action@v5

# Commit all changed files back to the repository
- name: Generate static HTML
run: just generate-static
- uses: stefanzweifel/git-auto-commit-action@v5

0 comments on commit dbe8260

Please sign in to comment.