Skip to content

fonts: use noto color emoji as default #40

fonts: use noto color emoji as default

fonts: use noto color emoji as default #40

Workflow file for this run

name: deploy-github-pages
on: [push]
jobs:
deploy-github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: cachix/install-nix-action@v23
with:
nix_path: nixpkgs=channel:nixos-23.11
- run: nix-shell --run "make -j"
- run: rm .gitignore
- uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./
force_orphan: true