Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Aug 7, 2023
1 parent 510e3a8 commit 4f71560
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,19 @@ jobs:
sudo apt-get install -y libblas-dev liblapack-dev
# - name: Run tests
# run: fpm @gfortran
# run: fpm @gfortran-test

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}


- name: Build documentation
run: ford ./ford.yml

- name: Deploy Documentation
if: github.ref == 'refs/heads/master'
uses: JamesIves/[email protected]
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: doc

0 comments on commit 4f71560

Please sign in to comment.