1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 15:04:36 +03:00

docs: update pages workflow

This commit is contained in:
Wez Furlong 2020-12-09 14:11:42 -08:00
parent 526df72544
commit 7aa65fef80

View File

@ -34,9 +34,9 @@ jobs:
./ci/build-docs.sh
- name: Deploy
if: success()
uses: crazy-max/ghaction-github-pages@v1
uses: crazy-max/ghaction-github-pages@v2
with:
target_branch: gh-pages
build_dir: gh_pages
env:
GITHUB_PAT: ${{ secrets.GH_PAT }}
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}