Skip to content

Commit

Permalink
clean up github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
linusang committed Sep 18, 2023
1 parent 948dec5 commit 95a2ec4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/gh-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,10 @@ jobs:
uses: actions/checkout@v3
- name: Setup Bun
uses: oven-sh/setup-bun@v1
# - name: Set up Node
# uses: actions/setup-node@v3
# with:
# node-version: 18
# cache: 'npm'
- name: Install dependencies
run: bun install
# run: npm install
- name: Build
run: bun run build:github-pages
# run: npm run build:github-pages
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit 95a2ec4

Please sign in to comment.