Skip to content

Commit

Permalink
fix: Add documentation build (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
limakzi authored Aug 27, 2024
1 parent 1ed7819 commit 955883c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/page-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,18 @@ jobs:
- name: git -- checkout page
uses: actions/checkout@v4
with:
path: smallantimagma
path: smallantimagmas
ref: ${{ github.ref_name }}

- name: metadata -- build docs
working-directory: ./smallantimagmas
run: |
gap makedoc.g
- name: metadata -- copy metada to update page
run: |
cp smallantimagma/PackageInfo.g gh-pages/PackageInfo.g
cp smallantimagmas/PackageInfo.g gh-pages/PackageInfo.g
cp -r smallantimagmas/doc/ gh-pages/doc/
- name: metadata -- update page
working-directory: ./gh-pages
Expand Down

0 comments on commit 955883c

Please sign in to comment.