Skip to content

Add H1 (invisible) to the home page #565

Add H1 (invisible) to the home page

Add H1 (invisible) to the home page #565

name: website-router
on:
push:
branches:
- master
concurrency: deploy-website-router
jobs:
deploy-worker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: the-guild-org/shared-config/setup@main
name: setup env
with:
nodeVersion: 22
packageManager: pnpm
- name: publish
uses: cloudflare/[email protected]
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
workingDirectory: ./packages/website-router
packageManager: pnpm