Skip to content

Deploy several documentations #2

Deploy several documentations

Deploy several documentations #2

Workflow file for this run

name: Deploy Documentation
on:
push:
branches:
- next
jobs:
deploy:
steps:
- name: Download odoc artifact
uses: actions/download-artifact@v4
with:
name: odoc-artifact
run-id: ${{ github.event.workflow_run.id }}
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Down
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
publish_dir: doc-artifact
destination_dir: dev
enable_jekyll: true
github_token: ${{ secrets.GITHUB_TOKEN }}