Skip to content

chore: bump the Standard version to 0.5.0 (#255) #14

chore: bump the Standard version to 0.5.0 (#255)

chore: bump the Standard version to 0.5.0 (#255) #14

Workflow file for this run

name: publish
on:
workflow_dispatch:
push:
tags:
- '*'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: '3.11'
- run: pip install -r requirements.txt
- run: sphinx-build docs/standard build -c .
- run: echo yml.publiccode.tools > build/CNAME
- name: Publish on GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build