Skip to content

Commit

Permalink
👷 Add GitHub workflow for deploying current API reference
Browse files Browse the repository at this point in the history
  • Loading branch information
LVMVRQUXL committed Apr 14, 2024
1 parent beb6170 commit cf7668c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/api-reference.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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

0 comments on commit cf7668c

Please sign in to comment.