Skip to content

Commit 7e207d0

Browse files
committed
ci: Cleanup source root before proceeding to PR
1 parent 123da7e commit 7e207d0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/update-flatpak-builder-docs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- name: Move docs
2929
run: |
3030
cp -vf usr/share/doc/flatpak-builder/flatpak-builder-docs.html docs/
31+
rm -rf usr/
3132
3233
- name: Get new docs version
3334
run: |

.github/workflows/update-flatpak-docs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- name: Move docs
2929
run: |
3030
cp -vf usr/share/doc/flatpak/flatpak-docs.html docs/
31+
rm -rf usr/
3132
3233
- name: Get new docs version
3334
run: |

0 commit comments

Comments
 (0)