Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
atteggiani committed Nov 8, 2023
1 parent a14551a commit 28aa7f2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy_development_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ env:
jobs:
build-and-deploy-development-website:
runs-on: ubuntu-latest
environment: github-pages
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -37,8 +36,7 @@ jobs:
- name: Add preview on gh-pages branch
uses: JamesIves/github-pages-deploy-action@v4
with:
# token: ${{ secrets.ADMIN_TOKEN }}
token: ${{ secrets.ACCESS_PAT }}
token: ${{ secrets.ADMIN_TOKEN }}
branch: ${{ env.TARGET_BRANCH }}
folder: website
target-folder: ${{ env.TARGET_FOLDER }}
Expand Down

0 comments on commit 28aa7f2

Please sign in to comment.