Browse Source

Deploy to correct book repo (#1303)

Armani Ferrante 3 years ago
parent
commit
44b66c5e84
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/deploy_book.yaml

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

@@ -30,4 +30,5 @@ jobs:
         mv ../book/* .
         mv ../book/* .
         git add .
         git add .
         git commit -m "Deploy $GITHUB_SHA to gh-pages"
         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