Skip to content

fix for CoverageOview using stale cached coverage #30

fix for CoverageOview using stale cached coverage

fix for CoverageOview using stale cached coverage #30

Workflow file for this run

name: "Deploy"
on:
pull_request:
push:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: |
nix develop --command bash -c "npm install && npm run build"
touch dist/.nojekyll
# Deploy to local repo
- name: Deploy
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
BRANCH: gh-pages
FOLDER: dist
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}