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 b22890a commit 1c53c55Copy full SHA for 1c53c55
.github/workflows/docs/action.yaml
@@ -11,6 +11,6 @@ runs:
11
- name: Deploy Docs
12
uses: peaceiris/actions-gh-pages@v3
13
with:
14
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ inputs.GITHUB_TOKEN }}
15
publish_dir: ./docs
16
keep_files: true
0 commit comments