We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47528d3 commit 9aeb3f7Copy full SHA for 9aeb3f7
.github/workflows/code_changes.yaml
@@ -12,6 +12,7 @@ on:
12
13
env:
14
HUGGING_FACE_TOKEN: ${{ secrets.HUGGING_FACE_TOKEN }}
15
+ POLICYENGINE_US_DATA_GITHUB_TOKEN: ${{ secrets.POLICYENGINE_US_DATA_GITHUB_TOKEN }}
16
17
jobs:
18
Lint:
@@ -64,6 +65,7 @@ jobs:
64
65
- name: Deploy documentation
66
uses: JamesIves/github-pages-deploy-action@releases/v3
67
with:
68
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69
BRANCH: gh-pages # The branch the action should deploy to.
70
FOLDER: docs/_build/html # The folder the action should deploy.
71
CLEAN: true # Optionally delete the contents of the release branch before deploying.
0 commit comments