Skip to content

Commit d134779

Browse files
committed
change structure of the documentation artifact.zip
1 parent 02ec89c commit d134779

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/static.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ jobs:
5252
cd ../../
5353
cp -a ./geonode_mapstore_client/static/fonts/. ./docs/fonts/
5454
mv ./docs ../gh-pages/master
55-
zip -r ./artifact.zip ../gh-pages/
56-
mv ./artifact.zip ../gh-pages/artifact.zip
55+
cd ../
56+
zip -r artifact.zip gh-pages/
57+
mv artifact.zip gh-pages/artifact.zip
5758
5859
- name: Setup Pages
5960
uses: actions/configure-pages@v2

0 commit comments

Comments
 (0)