-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Getting 403 permission errors but no idea why w/ personal access toke…
…n so trying a different contributor's gh pages script
- Loading branch information
1 parent
cc38076
commit 7baff1e
Showing
1 changed file
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,14 +97,13 @@ jobs: | |
path: DrMemory-Linux-${{ steps.version.outputs.version_number }}.tar.gz | ||
|
||
- name: Deploy Docs | ||
uses: JamesIves/github-pages[email protected] | ||
uses: crazy-max/ghaction-github-pages@v2 | ||
with: | ||
ACCESS_TOKEN: ${{ secrets.DOCS_TOKEN }} | ||
FOLDER: html | ||
REPOSITORY_NAME: DynamoRIO/drmemory_docs | ||
BRANCH: master | ||
# Automatically remove deleted files from the deploy branch. | ||
CLEAN: true | ||
build_dir: html | ||
repo: DynamoRIO/drmemory_docs | ||
target_branch: master | ||
env: | ||
GH_PAT: ${{ secrets.DOCS_TOKEN }} | ||
|
||
########################################################################### | ||
# Mac tarball with x86-64 build: | ||
|