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:
parent
526df72544
commit
7aa65fef80
4
.github/workflows/pages.yml
vendored
4
.github/workflows/pages.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user