|
|
|
@ -42,7 +42,7 @@ jobs:
|
|
|
|
|
# Explicit branch name needed because of: https://github.com/cloudflare/pages-action/issues/97
|
|
|
|
|
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
|
|
|
|
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
|
|
|
|
command: pages deploy example --project-name=${{ env.PROJECT_NAME }}) --branch=${{ github.head_ref || github.ref_name }}
|
|
|
|
|
command: pages deploy example --project-name=${{ env.PROJECT_NAME }} --branch=${{ github.head_ref || github.ref_name }}
|
|
|
|
|
id: publish
|
|
|
|
|
- name: generate alias url
|
|
|
|
|
id: generate-alias-url
|
|
|
|
|