Skip to content

update dist

update dist #162

Workflow file for this run

name: Deploy to Cloudflare Pages
on:
workflow_dispatch:
push:
branches:
- main
paths:
- 'dist/**'
jobs:
deploy:
name: Deploy to Cloudflare Pages
runs-on: ubuntu-latest
concurrency: build-web
steps:
- uses: actions/checkout@v3
- run: make build
- name: Publish to Cloudflare Pages
uses: cloudflare/pages-action@v1
with:
apiToken: ${{ secrets.IMMERSIVE_CLOUDFLARE_API_TOKEN }}
accountId: ${{secrets.IMMERSIVE_CLOUDFLARE_ACCOUNT_ID}}
projectName: app
directory: dist