diff options
| author | Nicolas Paul <n@nc0.fr> | 2023-06-30 13:29:34 +0200 |
|---|---|---|
| committer | Nicolas Paul <n@nc0.fr> | 2023-06-30 13:29:34 +0200 |
| commit | d2450afc4d647dde5f0a160c3a33aea71c3e6ac4 (patch) | |
| tree | fe37a4dde846340bd82643d5c5dbba8cb707e8d7 /.github | |
| parent | 61eb492795f07cb09add0d9c3f2f38f072be5951 (diff) | |
Change deployed website directory
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 cb17371..8118c2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,6 +54,6 @@ jobs: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} projectName: svgu-nc0-fr - directory: dst + directory: website branch: master # production-branch wranglerVersion: "3" |
