Skip to content

Commit

Permalink
Update .github/workflows/gh-pages.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Krzysztof Modras <[email protected]>
  • Loading branch information
seia-soto and chrmod authored Feb 26, 2024
1 parent a1497a0 commit 2f38bee
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Read parameters
id: read
run: |
echo "tool_versions="$(cat ./.tool_versions)"" >> "$GITHUB_OUTPUT"
- uses: jdx/mise-action@v2
with:
install: true
cache: true
tool_versions: ${{ steps.read.outputs.tool_versions }}

- name: Install dependencies
run: bun install --frozen-lockfile
Expand Down

0 comments on commit 2f38bee

Please sign in to comment.