Skip to content

add html content for worker #1

add html content for worker

add html content for worker #1

Workflow file for this run

name: Deploy Worker
on:
push:
branches:
- master
pull_request:
repository_dispatch:
workflow_dispatch:
jobs:
# deploy-to-cloudflare:
# runs-on: ubuntu-latest
# name: Deploy
# steps:
# - uses: actions/checkout@v4
# - name: Build & Deploy Worker
# uses: cloudflare/wrangler-action@v3
# with:
# apiToken: ${{ secrets.CF_API_TOKEN }}
# accountId: ${{ secrets.CF_ACCOUNT_ID }}
deploy-to-deno:
name: Deploy to Deno
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- name: Deploy to Deno Deploy
uses: denoland/deployctl@v1
with:
project: openai-gemini-davidingplus
entrypoint: src/worker.mjs
root: ./