mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-03-16 03:09:44 +01:00
Add debug
This commit is contained in:
7
.github/workflows/cloudflare.yml
vendored
7
.github/workflows/cloudflare.yml
vendored
@@ -34,6 +34,13 @@ jobs:
|
||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||
|
||||
- name: Debug env
|
||||
run: |
|
||||
echo "STATUS_PAGE defined: ${{ secrets.NUXT_STATUS_PAGE != '' }}"
|
||||
echo "STATUS_PAGE length: ${#NUXT_STATUS_PAGE}"
|
||||
env:
|
||||
NUXT_STATUS_PAGE: ${{ secrets.NUXT_STATUS_PAGE }}
|
||||
|
||||
- name: Build
|
||||
run: bun run build
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user