Skip to content

upd github ci

upd github ci #2

Workflow file for this run

name: cloudflare
on:
push:
branches:
- master
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ ubuntu-latest ]
node: [ 16 ]
steps:
- uses: actions/setup-node@v1
with:
node-version: 16
- name: Checkout
uses: actions/checkout@master
- name: Install Dependencies
run: pnpm install
- name: Build
run: pnpm run build
env:
NITRO_PRESET: cloudflare-pages
- name: Publish to Cloudflare Pages
uses: cloudflare/pages-action@v1

Check failure on line 34 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

You have an error in your yaml syntax on line 34
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: celestia-explorer
directory: dist
branch: master
wranglerVersion: "3"