Skip to content

feat(fetcher): some more req/res logging #189

feat(fetcher): some more req/res logging

feat(fetcher): some more req/res logging #189

Workflow file for this run

on:
pull_request:
push:
branches:
- main
permissions:
contents: read
pages: write
id-token: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix build .#manual
- uses: actions/upload-pages-artifact@v3
with:
path: result
- if: github.ref == 'refs/heads/main'
uses: actions/deploy-pages@v4