Skip to content

Commit df43fbd

Browse files
committed
update deployment path
1 parent d2a31ab commit df43fbd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/staging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Deploy to GitHub Pages
4848
uses: JamesIves/github-pages-deploy-action@3.2.1
4949
with:
50-
GITHUB_TOKEN: " ${{ github.token }}"
51-
FOLDER: "${{ env.SITE_DIR }}"
50+
ACCESS_TOKEN: " ${{ secrets.GITHUB_PAT }}"
51+
FOLDER: "knative-tutorial-staging/${{ env.SITE_DIR }}"
5252
BRANCH: 'gh-pages'
5353
COMMIT_MESSAGE: "[Staging] Publish Documentation for ${{ github.sha }}"

0 commit comments

Comments
 (0)