Skip to content

Commit

Permalink
docs<ci>: update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ErwannLesech authored Jan 12, 2024
1 parent 1dbdd2e commit 7dca6e4
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: sudo apt-get install -y autoconf

- name: autoreconf install
run: autorecon --install
run: autoreconf --install

- name: configure
run: ./configure
Expand Down Expand Up @@ -67,4 +67,17 @@ jobs:
run: sudo apt-get install -y doxygen graphviz

- name: Run doxygen
run: doxygen Doxyfile
run: doxygen Doxyfile

- name: specify the index.html in subdir
run: git subtree push --prefix html origin gh-pages

- name: deploy page
uses: actions/[email protected]
with:
token: ${{ github.token }}
timeout: 600000
error_count: 10
reporting_interval: 5000
artifact_name: github-pages
preview: false

0 comments on commit 7dca6e4

Please sign in to comment.