Skip to content

chore(ci): Update with correct labels #323

chore(ci): Update with correct labels

chore(ci): Update with correct labels #323

Workflow file for this run

name: "Build & Publish"
on:
push:
branches:
- master
pull_request:
jobs:
emanote:
runs-on: x86_64-linux
steps:
- uses: actions/checkout@v4
- name: Build the website (Nix) 🔧
run: |
nix build
- name: Deploy to gh-pages 🚀
uses: peaceiris/actions-gh-pages@v4
if: github.ref == 'refs/heads/master'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./result/