Skip to content

Deploy

Deploy #8

Workflow file for this run

name: Deploy
on:
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
if: github.repository == 'GradleUp/shadow'
environment:
name: github-pages
permissions:
contents: write
id-token: write
pages: write
steps:
- uses: actions/checkout@v4
with:
# Fetch all tags and branches, so that MkDocs could push incremental updates.
fetch-depth: 0
- uses: ./.github/actions/deploy-site