Skip to content

Deploy/1000h

Deploy/1000h #1

Workflow file for this run

name: Deploy 1000h website
on:
push:
branches:
- main
path:
- "1000-hours/**"
pull_request:
branches:
- main
path:
- "1000-hours/**"
jobs:
deploy:
steps:

Check failure on line 16 in .github/workflows/deploy-1000h.yml

View workflow run for this annotation

GitHub Actions / Deploy 1000h website

Invalid workflow file

The workflow is not valid. .github/workflows/deploy-1000h.yml (Line: 16, Col: 5): Required property is missing: runs-on
- uses: actions/checkout@v4
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
workingDirectory: "1000-hours"