Skip to content

πŸ’š Fix GitHub workflow for API reference #18

πŸ’š Fix GitHub workflow for API reference

πŸ’š Fix GitHub workflow for API reference #18

Workflow file for this run

name: API reference
on:
push:
branches: [ main ]
paths:
- .github/workflows/api-reference.yml
- documentation/api-reference/current/**
workflow_dispatch:
jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Deploy
uses: JamesIves/[email protected]
with:
folder: documentation/api-reference/current
git-config-name: ${{ secrets.GIT_USER }}
git-config-email: ${{ secrets.GIT_EMAIL }}
ssh-key: ${{ secrets.ADMIN_DEPLOY_KEY }}