Skip to content

Changelog updates

Changelog updates #23

Workflow file for this run

name: Update docs
on:
workflow_dispatch:
push:
branches:
- main
paths:
- "**.md"
permissions: read-all
jobs:
bump:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' && github.repository == 'ebullient/ttrpg-convert-cli'
steps:
- name: Bump website
env:
GH_TOKEN: ${{ secrets.EBULLIENT_PAT }}
run: |
gh workflow run -R ebullient/ebullient.github.io gh-pages.yml