We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1774c1d commit bb82e9eCopy full SHA for bb82e9e
.github/workflows/deploy-docu.yaml
@@ -50,7 +50,7 @@ jobs:
50
mv src/public/dseas/dse-as-oxygen-framework-*/* src/public/dseas
51
cp src/public/dseas/dseas.xml src/public/
52
rm -r src/public/dseas/dse-as-oxygen-framework-*
53
- cd src/public && zip -r - . > dseas.zip
+ cd src/public && zip -r - dseas >dseas.zip
54
- name: Setup Pages
55
uses: actions/configure-pages@v4
56
- name: Install dependencies
0 commit comments