Skip to content

Remove redirects.json from artifact #10

Remove redirects.json from artifact

Remove redirects.json from artifact #10

Workflow file for this run

name: Deploy Jekyll site to Pages
on:
push:
branches: main
permissions:
contents: read
pages: write
id-token: write
concurrency:
group: pages
cancel-in-progress: false
jobs:
pages:
uses: cmbuckley/.github/.github/workflows/pages.yml@main
secrets: inherit
with:
environment_url: ${{ github.event.repository.homepage }}