Skip to content

Verify html rewriting absolute urls for self as relative urls (#15) #63

Verify html rewriting absolute urls for self as relative urls (#15)

Verify html rewriting absolute urls for self as relative urls (#15) #63

Workflow file for this run

name: Test workflow
on:
push:
jobs:
test:
uses: ./.github/workflows/jekyll-publish.yml
with:
working-directory: docs
publish: ${{ github.event_name == 'push' && github.ref_name == 'main'}}