Skip to content

Crawler debug info added to home page #2

Crawler debug info added to home page

Crawler debug info added to home page #2

Workflow file for this run

name: deploy to deta space
on:
push:
branches:
- main
jobs:
deploy:
name: deploy to deta space
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Deploy
uses: lizheming/deta-action@master
with:
access_token: ${{ secrets.SPACE_ACCESS_TOKEN }}
id: ${{ secrets.SPACE_PROJECT_ID }}
version: "0.1.0"
notes: "Release automatically with GitHub deta action"
listed: false