Skip to content

Commit

Permalink
Getting 403 permission errors but no idea why w/ personal access toke…
Browse files Browse the repository at this point in the history
…n so trying a different contributor's gh pages script
  • Loading branch information
derekbruening committed Dec 13, 2020
1 parent cc38076 commit 7baff1e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ci-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7baff1e

Please sign in to comment.