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 f6e011f commit f7cbb4cCopy full SHA for f7cbb4c
.github/workflows/deploy-website.yml
@@ -30,10 +30,11 @@ jobs:
30
uses: peaceiris/actions-gh-pages@v3
31
with:
32
cname: quick-lint-js.com
33
+ external_repository: quick-lint/quick-lint-js.com
34
full_commit_message: "Website: deploy build ${{ github.event.inputs.build_commit_id }} source ${{ github.sha }}"
- github_token: ${{ secrets.GITHUB_TOKEN }}
35
keep_files: false
36
- publish_branch: gh-pages
+ personal_token: ${{ secrets.QUICK_LINT_JS_COM_PERSONAL_ACCESS_TOKEN }}
37
+ publish_branch: master
38
publish_dir: ./website/www
39
40
# quick-lint-js finds bugs in JavaScript programs.
0 commit comments