Skip to content

Commit

Permalink
GH action, in-place zipping
Browse files Browse the repository at this point in the history
  • Loading branch information
pdaengeli authored Nov 16, 2024
1 parent a60e5cc commit cb1c079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
mv src/public/dseas/dse-as-oxygen-framework-*/* src/public/dseas
cp src/public/dseas/dseas.xml src/public/
rm -r src/public/dseas/dse-as-oxygen-framework-*
zip -r - src/public/dseas >src/public/dseas.zip
cd src/public/dseas && zip -r - . >../dseas.zip
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Install dependencies
Expand Down

0 comments on commit cb1c079

Please sign in to comment.