Skip to content

Merge pull request #364 from Shopify/2024-09-11/update-actions #36

Merge pull request #364 from Shopify/2024-09-11/update-actions

Merge pull request #364 from Shopify/2024-09-11/update-actions #36

Workflow file for this run

name: Documentation on github pages
on:
push:
branches:
- main
jobs:
github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build documentations
run: .github/workflows/build-docs.sh
- name: Deploy github pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/build/ghostferry-pages