Skip to content

Commit

Permalink
better cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
raffazizzi committed Nov 21, 2023
1 parent 412a970 commit a157b6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:
path: main
- name: Install libxml2-utils
run: sudo apt-get update && sudo apt-get install libxml2-utils xsltproc
- name: transform XML
- name: Transform XML
run: bash main/bin/publish.sh
- name: Cleanup
run: rm -r main
- name: Commit and push if changed
run: |-
git config user.name "Automated"
Expand Down

0 comments on commit a157b6e

Please sign in to comment.