Skip to content

feat(ci): test versioning #4

feat(ci): test versioning

feat(ci): test versioning #4

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- main
- deno
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- run: make build
- run: make version
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist