Skip to content

Commit

Permalink
ci: Cleanup source root before proceeding to PR
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Jan 11, 2025
1 parent 123da7e commit 7e207d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-flatpak-builder-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Move docs
run: |
cp -vf usr/share/doc/flatpak-builder/flatpak-builder-docs.html docs/
rm -rf usr/
- name: Get new docs version
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-flatpak-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Move docs
run: |
cp -vf usr/share/doc/flatpak/flatpak-docs.html docs/
rm -rf usr/
- name: Get new docs version
run: |
Expand Down

0 comments on commit 7e207d0

Please sign in to comment.