Skip to content

Make append_percent_encoded_byte function not a template #7

Make append_percent_encoded_byte function not a template

Make append_percent_encoded_byte function not a template #7

Workflow file for this run

name: Documentation
on:
push:
branches:
- main
pull_request:
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v4
- uses: mattnotmitt/doxygen-action@edge
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
external_repository: upa-url/docs
publish_dir: ./doc/html