Skip to content

Commit

Permalink
Working on github action
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielChappuis committed May 2, 2024
1 parent b4e6473 commit f9bbb27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,9 +307,8 @@ jobs:
- name: Upload coverage to Codecov
if: ${{ matrix.config.coverage }}
uses: codecov/codecov-action@v2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
verbose: false
4 changes: 2 additions & 2 deletions .github/workflows/publish-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install cmake doxygen texlive-base
sudo apt-get install cmake doxygen texlive
cmake --version
doxygen --version
Expand All @@ -44,5 +44,5 @@ jobs:
server: ftp.cluster010.ovh.net
username: ${{ secrets.ftp_username }}
password: ${{ secrets.ftp_password }}
local-dir: .build/documentation/html/
local-dir: ./build/documentation/html/
server-dir: /wwwrp3d/doc_test/

0 comments on commit f9bbb27

Please sign in to comment.