Skip to content

Commit

Permalink
Merge pull request #943 from UC-Davis-molecular-computing/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
dave-doty authored Sep 7, 2023
2 parents bb86fcc + c16450a commit 433e709
Show file tree
Hide file tree
Showing 54 changed files with 2,377 additions and 1,551 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: wget -O /tmp/dart_2.13.4-1_amd64.deb https://storage.googleapis.com/dart-archive/channels/stable/release/2.13.4/linux_packages/dart_2.13.4-1_amd64.deb
- name: Setup Dart SDK Step 6
run: sudo apt install /tmp/dart_2.13.4-1_amd64.deb
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Install dependencies
run: PATH="$PATH:/usr/lib/dart/bin" pub get
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dart_formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: wget -O /tmp/dart_2.13.4-1_amd64.deb https://storage.googleapis.com/dart-archive/channels/stable/release/2.13.4/linux_packages/dart_2.13.4-1_amd64.deb
- name: Setup Dart SDK Step 6
run: sudo apt install /tmp/dart_2.13.4-1_amd64.deb
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Install dependencies
run: PATH="$PATH:/usr/lib/dart/bin" pub get
- name: Verify formatting
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout dev branch
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: dev

- name: Checkout gh-pages branch
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: gh-pages
path: gh-pages-repo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout main branch
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Checkout gh-pages branch
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: gh-pages
path: gh-pages-repo
Expand Down
1,254 changes: 819 additions & 435 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 433e709

Please sign in to comment.