We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6cb440 commit 6780a16Copy full SHA for 6780a16
.github/workflows/dev.yml
@@ -31,6 +31,7 @@ jobs:
31
AWS_SECRET_ACCESS_KEY: ${{ secrets.DEV_AWS_SECRET_ACCESS_KEY }}
32
AWS_REGION: us-east-1
33
BRANCH: ${{ github.ref_name }}
34
+ DEPLOYED_URL: https://ci-builds.cesium.com/cesium/${{ github.ref_name }}/
35
steps:
36
- uses: actions/checkout@v5
37
- name: install node 22
0 commit comments