Skip to content

Merge pull request #2 from hypervideo/rksm/nix-setup-and-code-format #51

Merge pull request #2 from hypervideo/rksm/nix-setup-and-code-format

Merge pull request #2 from hypervideo/rksm/nix-setup-and-code-format #51

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- main # Trigger deployment on push to the main branch
pull_request:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout the repository
uses: actions/checkout@v3
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./