Skip to content

Merge pull request #626 from Black-Dot-2024/develop #312

Merge pull request #626 from Black-Dot-2024/develop

Merge pull request #626 from Black-Dot-2024/develop #312

Workflow file for this run

# Thanks to ayaka-notes
name: DeployPage
on:
####################################################################
# Allows you to run this workflow manually from the Actions tab
#
# 允许你在 Actions 页面手动运行这个工作流
workflow_dispatch:
inputs:
unconditional-invoking:
description: "Deploy Manually"
type: boolean
required: true
default: true
push:
branches:
- "main"
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false
jobs:
# Single deploy job since we're just deploying
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Docusaurus Cache
uses: docuactions/cache@v1
- name: DeployPage
uses: ayaka-notes/[email protected]