Skip to content

fix(actions): Try to use a simpler approach for changelogs #154

fix(actions): Try to use a simpler approach for changelogs

fix(actions): Try to use a simpler approach for changelogs #154

Workflow file for this run

name: Docs
on:
push:
branches: ["main"]
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: write
id-token: write
jobs:
# Copy Documentation to the gh-pages branch
copy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GH_PAGES_AUTO_COMMIT }}
publish_dir: ./docs
destination_dir: ./docs