feat: add CKAN v2.10.6 setup instructions and use bun

This commit is contained in:
rzmk 2025-03-10 12:39:17 -04:00
parent 05b98e201d
commit 8a07a32e77
No known key found for this signature in database
5 changed files with 161 additions and 30267 deletions

View file

@ -12,17 +12,10 @@ jobs:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- name: Install dependencies
run: npm ci
- name: Build website
run: npm run build
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run build
# Popular action to deploy to GitHub Pages:
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
- name: Deploy to GitHub Pages