Skip to content

Commit

Permalink
Merge branch 'master' into trying-to-fix-markdown-conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
digrapsas authored Jan 10, 2025
2 parents a38dc13 + 3cf8f29 commit e67bab9
Show file tree
Hide file tree
Showing 4 changed files with 220 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
pip install -e .[dev,docs]
make -C docs html
- name: Deploy Preview
uses: rossjrw/pr-preview-action@v1.4.7
uses: rossjrw/pr-preview-action@v1.4.8
with:
source-dir: docs/_build/html
preview-branch: gh-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: pytest --doctest-modules -n auto

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.4.1
uses: codecov/codecov-action@v5.0.0
with:
fail_ci_if_error: true
verbose: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-intrinsics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python3 -m fortls.parsers.internal.intrinsics
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "docs: update M_intrinsics"
Expand Down
Loading

0 comments on commit e67bab9

Please sign in to comment.