Skip to content

Commit

Permalink
chore: github pages next try
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Jun 8, 2024
1 parent 5d5f7c5 commit 24a430b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows.yml → .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,18 @@ concurrency:
cancel-in-progress: false

jobs:
# Build job
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0 # Not needed if lastUpdated is not enabled
# - uses: pnpm/action-setup@v3 # Uncomment this if you're using pnpm
# - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm # or pnpm / yarn
cache: npm
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Install dependencies
Expand Down

0 comments on commit 24a430b

Please sign in to comment.