Skip to content

Commit

Permalink
workflow: Past release needs autoconf build
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Collins <[email protected]>
  • Loading branch information
benmcollins committed Jan 6, 2025
1 parent 8e0ea1f commit 39d9b2a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploys-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,13 @@ jobs:
run: |
set -e
git checkout $(git describe --tags --abbrev=0)
cmake -B build
make -C build doxygen-doc
autoreconf -fi
mkdir build
../configure
make doxygen-dox
cd ..
mv build/doxygen-doc/html/* gh-pages/
rm -rf build
- name: Upload pages
id: deployment
Expand Down

0 comments on commit 39d9b2a

Please sign in to comment.