Skip to content

Commit 02ec89c

Browse files
committed
review documentation artifact.zip workflow
1 parent 00baf86 commit 02ec89c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/static.yml

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

0 commit comments

Comments
 (0)