Explorar el Código

fix publish command

Aneurin Barker Snook hace 1 año
padre
commit
36817a9729
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .github/workflows/update-gh-pages.yml

+ 2 - 2
.github/workflows/update-gh-pages.yml

@@ -1,4 +1,4 @@
-name: "Update gh-pages"
+name: "Deploy to GitHub Pages"
 
 on:
   workflow_dispatch:
@@ -31,4 +31,4 @@ jobs:
         run: npm run build
 
       - name: Publish to gh-pages
-        run: npm run publish
+        run: npm run publish-gh-pages