Skip to content

add view transition #24

add view transition

add view transition #24

Workflow file for this run

name: S0u7a-Net-Deploy
on:
push:
pull_request:
permissions:
contents: read
jobs:
BuildThenDeploy:
runs-on: ubuntu-latest
steps:
- name: Setup repo
uses: actions/checkout@v3
- name: Setup Bun
uses: oven-sh/setup-bun@v1
- name: Install deps
run: npm i
- name: Build on NodeJS
run: npm run build
- name: show dir info
run: |
pwd
ls
- name: Publish
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
command: pages deploy dist --project-name=astro-s0u7a-net