Browse Source

Add master as deploy branch

Giovanni Giordano 5 years ago
parent
commit
dc08a57d00
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/deploy.yml

+ 2 - 2
.github/workflows/deploy.yml

@@ -18,6 +18,6 @@ jobs:
     - name: Deploy
     - name: Deploy
       uses: JamesIves/github-pages-deploy-action@releases/v3
       uses: JamesIves/github-pages-deploy-action@releases/v3
       with:
       with:
-        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-        BRANCH: gh-pages
+        GITHUB_TOKEN: ${{ secrets.GH_DEPLOY }}
+        BRANCH: master
         FOLDER: build
         FOLDER: build