Skip to content

Commit

Permalink
Merge pull request #389 from SWIM-ucf/swim-v2
Browse files Browse the repository at this point in the history
SWIMv2
  • Loading branch information
brooksmckinley authored Apr 20, 2024
2 parents 957434e + 6d3da46 commit 0c4f8ad
Show file tree
Hide file tree
Showing 128 changed files with 24,396 additions and 2,864 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_call:

env:
PROJECT_TRUNK_VERSION: 'v0.16.0'
PROJECT_TRUNK_VERSION: 'v0.18.8'

jobs:
check:
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Build
run: trunk build
if: success() || failure()

- name: Check documentation
run: cargo doc --no-deps
if: success() || failure()
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
uses: jetli/[email protected]
with:
version: ${{ env.PROJECT_TRUNK_VERSION }}

- name: Install Tailwind CSS
run: npm install -g tailwindcss

- name: Build
run: trunk build --release --public-url /${{ github.event.repository.name }}
Expand Down
Loading

0 comments on commit 0c4f8ad

Please sign in to comment.