Skip to content

⬆️ Bump JamesIves/github-pages-deploy-action to 4.6.3 (#714) #15

⬆️ Bump JamesIves/github-pages-deploy-action to 4.6.3 (#714)

⬆️ Bump JamesIves/github-pages-deploy-action to 4.6.3 (#714) #15

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 }}