Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ErwannLesech authored Jan 12, 2024
1 parent 7dca6e4 commit 6cce8aa
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ "master", "dev" ]

jobs:
build:
build_and_check:

runs-on: ubuntu-latest

Expand All @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v2

- name: install dependencies
run: sudo apt-get install -y autoconf
run: sudo apt-get install -y autoconf libghc-criterion-dev

- name: autoreconf install
run: autoreconf --install
Expand Down Expand Up @@ -69,9 +69,6 @@ jobs:
- name: Run doxygen
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:
Expand Down

0 comments on commit 6cce8aa

Please sign in to comment.