Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
grebois committed May 20, 2024
1 parent 76c97b4 commit cb232f8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Deploy Documentation

on:
push:
branches:
- development
- feat/doc
# paths:
# - 'pkg/seawater/**'

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
submodules: recursive

- uses: foundry-rs/foundry-toolchain@v1

- run: cd pkg && forge doc

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs-out
Empty file.

0 comments on commit cb232f8

Please sign in to comment.