diff options
| author | Nicolas Paul <n@nc0.fr> | 2023-04-26 22:01:47 +0200 |
|---|---|---|
| committer | Nicolas Paul <n@nc0.fr> | 2023-04-26 22:01:47 +0200 |
| commit | 9cd9f1f780207033821e5254d178d1ab998fa9a3 (patch) | |
| tree | 4e62ada233becf0662c8742b7720af1b5bd6ef86 /.github | |
| parent | aec66320b9a8c0aa3904cd80a0a2dfa115f55a96 (diff) | |
Add 404 page
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac1b4ef..cc2bc97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: uses: cloudflare/pages-action@1 with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} - accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} + accountId: 8279a0db87c255a58a89ca7fd11612ab projectName: crocc directory: doc/dst gitHubToken: ${{ secrets.GITHUB_TOKEN }} |
