Update website action

This commit is contained in:
Alexis Mousset
2019-11-30 13:47:16 +01:00
parent 2200cf407d
commit 61b4087a40
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ name: Website
on:
push:
branches:
- v0.9.x
- master
jobs:
build-deploy:
@@ -16,6 +16,6 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v2.5.0
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
ACTIONS_DEPLOY_KEY: ${{ secrets.GH_PAT }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./website/_book