8000
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 a88729e commit d5ce78dCopy full SHA for d5ce78d
.github/workflows/ci.yml
@@ -12,8 +12,8 @@ jobs:
12
BASE_URL: https://github.com/getzola/zola/releases/download
13
VERS: v0.15.2
14
ARCH: x86_64-unknown-linux-gnu
15
- # https://github.com/marketplace/actions/github-pages#warning-limitation
16
- GITHUB_PAT: ${{ secrets.GITHUB_PAT }}
+ # https://github.com/crazy-max/ghaction-github-pages/issues/1#issuecomment-623202206
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17
steps:
18
- uses: actions/checkout@v2
19
- name: Lint
0 commit comments