Skip to content

Commit

Permalink
more updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
laceysanderson committed Mar 31, 2024
1 parent 2603b47 commit ad7fe5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ALL-PHPUnit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

name: PHPUnit
on: [push]
on:
push:
branches-ignore:
- 2.x

env:
PKG_NAME: tripal_blast
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/configure-pages@v5
- uses: actions/setup-python@v5
with:
python-version: '3.18'
python-version: '3.10'
- name: Install Depenendancies
run: pip install mkdocs mkdocs-material
- name: Build Documentation
Expand Down

0 comments on commit ad7fe5a

Please sign in to comment.