mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Fix headers
This commit is contained in:
parent
6334e837aa
commit
ca2ad95260
2
.github/actions/cloudflare-deploy/action.yml
vendored
2
.github/actions/cloudflare-deploy/action.yml
vendored
@ -23,4 +23,4 @@ runs:
|
||||
with:
|
||||
apiToken: ${{ inputs.CF_API_TOKEN }}
|
||||
accountId: ${{ inputs.CF_ACCOUNT_ID }}
|
||||
command: pages publish --project-name=${{ inputs.project }} ${{ inputs.source }}
|
||||
command: pages publish --env production --project-name=${{ inputs.project }} ${{ inputs.source }}
|
||||
|
||||
4
.github/workflows/library-web.yml
vendored
4
.github/workflows/library-web.yml
vendored
@ -92,8 +92,8 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
echo "/*
|
||||
Cross-Origin-Opener-Policy: \"same-origin\"
|
||||
Cross-Origin-Embedder-Policy: \"require-corp\"" > demo/_headers
|
||||
Cross-Origin-Opener-Policy: same-origin
|
||||
Cross-Origin-Embedder-Policy: require-corp" > demo/_headers
|
||||
- name: Deploy
|
||||
uses: ./.github/actions/cloudflare-deploy
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user