Skip to content

Delete docs/_config.yml #6

Delete docs/_config.yml

Delete docs/_config.yml #6

Workflow file for this run

# Simple workflow for deploying static markdown content to GitHub Pages
name: Deploy Markdown to GitHub Pages
on:
push:
branches: ["main"]
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
concurrency:
group: "pages"
cancel-in-progress: false
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs