浏览代码

fix publish command

Aneurin Barker Snook 1 年之前
父节点
当前提交
36817a9729
共有 1 个文件被更改,包括 2 次插入2 次删除
  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