Skip to content

Commit b0d1d8c

Browse files
committed
try workflow
1 parent f20e510 commit b0d1d8c

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/deploy-script.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ on:
88
jobs:
99
deploy:
1010
runs-on: ubuntu-latest
11-
outputs:
12-
deployment_url: ${{ steps.deployment.outputs.url }}
1311

1412
steps:
1513
- uses: actions/checkout@v3
@@ -28,8 +26,3 @@ jobs:
2826
command: pages deploy dist --project-name=dub-cdn --commit-dirty=true
2927
workingDirectory: packages/script
3028
packageManager: pnpm
31-
32-
- name: Get deployment URL
33-
id: deployment
34-
run: |
35-
echo "url=$(pnpm wrangler pages deployment list --project-name=dub-cdn --json | jq -r '.[0].url')" >> $GITHUB_OUTPUT

packages/script/src/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(function () {
2-
console.log('dub analytics script loaded 3');
2+
console.log('dub analytics script loaded 4');
33

44
// Store script reference for extensions
55
const script = document.currentScript;

0 commit comments

Comments
 (0)