Skip to content

Commit

Permalink
Upate CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Jul 23, 2023
1 parent 15a51df commit 6ecf1c4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ jobs:
- name: Run tests
run: fpm test

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

- name: Deploy Documentation
if: github.ref == 'refs/heads/master'
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
branch: gh-pages
folder: doc
# - name: Deploy Documentation
# if: github.ref == 'refs/heads/master'
# uses: JamesIves/github-pages-deploy-action@v4.4.1
# with:
# branch: gh-pages
# folder: doc

0 comments on commit 6ecf1c4

Please sign in to comment.