Skip to content

improve relative urls for html extraction, improve debugging output, … #1

improve relative urls for html extraction, improve debugging output, …

improve relative urls for html extraction, improve debugging output, … #1

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v3
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CF_API_TOKEN }}