We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84aa009 commit fa13d00Copy full SHA for fa13d00
.github/workflows/deploy-ghpages.yml
@@ -30,7 +30,7 @@ jobs:
30
run: |
31
rm -rf targetdir
32
mkdir -p targetdir
33
- mv dist Pictures translations index.html Synergism.css favicon.ico targetdir/
+ mv dist Pictures translations index.html Synergism.css favicon.ico package.json targetdir/
34
- name: Deploy with the $GME emoji for some reason 🚀
35
uses: JamesIves/[email protected]
36
with:
0 commit comments