File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 88jobs :
99 deploy :
1010 runs-on : ubuntu-latest
11- outputs :
12- deployment_url : ${{ steps.deployment.outputs.url }}
1311
1412 steps :
1513 - uses : actions/checkout@v3
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
Original file line number Diff line number Diff line change 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 ;
You can’t perform that action at this time.
0 commit comments