Browse Source

Deploy to correct book repo (#1303)

Armani Ferrante 3 năm trước cách đây
mục cha
commit
44b66c5e84
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      .github/workflows/deploy_book.yaml

+ 2 - 1
.github/workflows/deploy_book.yaml

@@ -30,4 +30,5 @@ jobs:
         mv ../book/* .
         git add .
         git commit -m "Deploy $GITHUB_SHA to gh-pages"
-        git push --force
+        git remote add book git@github.com:project-serum/anchor-book.git
+        git push book --force