Skip to content

change page query param to 1-indexed #39

change page query param to 1-indexed

change page query param to 1-indexed #39

Workflow file for this run

name: Deploy
on: [push]
permissions:
contents: write
jobs:
deploy:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
npm ci
npm run build
- uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist