Skip to content

Commit

Permalink
Add token to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorfree committed Nov 2, 2023
1 parent 04aeb3f commit ae8d7ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Build # Have to run processing first so the list.json exists to be included in the the deploy
run: |
npm ci --prefix processing
npm ci --prefix processing
npm ci --prefix site
./build_all_branches.sh
Expand All @@ -24,3 +24,4 @@ jobs:
with:
branch: gh-pages
folder: public
token: ${{ secrets.DEPLOY_TOKEN }}

0 comments on commit ae8d7ff

Please sign in to comment.