Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit 66801f7

Browse files
committed
rm:action-deno
1 parent db5cccd commit 66801f7

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/publish.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -97,23 +97,23 @@ jobs:
9797
path: dist/deno.js
9898
retention-days: 1
9999

100-
deploy-to-deno:
101-
needs: [upload-art]
102-
if: ${{ inputs.deno || github.event_name == 'push' }}
103-
runs-on: ubuntu-latest
104-
permissions:
105-
id-token: write
106-
contents: read
107-
108-
steps:
109-
- uses: actions/download-artifact@v3
110-
with:
111-
name: deno.js
112-
- name: Upload to Deno Deploy
113-
uses: denoland/deployctl@v1
114-
with:
115-
project: meting
116-
entrypoint: deno.js
100+
# deploy-to-deno:
101+
# needs: [upload-art]
102+
# if: ${{ inputs.deno || github.event_name == 'push' }}
103+
# runs-on: ubuntu-latest
104+
# permissions:
105+
# id-token: write
106+
# contents: read
107+
108+
# steps:
109+
# - uses: actions/download-artifact@v3
110+
# with:
111+
# name: deno.js
112+
# - name: Upload to Deno Deploy
113+
# uses: denoland/deployctl@v1
114+
# with:
115+
# project: meting
116+
# entrypoint: deno.js
117117

118118
release-docker:
119119
needs: [test-docker]

0 commit comments

Comments
 (0)