Skip to content

feature: roadmap

feature: roadmap #115

Workflow file for this run

name: Deploy website
on:
push:
branches:
- main
pull_request:
permissions:
contents: write
pull-requests: write
issues: write
repository-projects: write
jobs:
deploy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./src/content/examples