Skip to content

Commit

Permalink
Add GitHub discussion pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo-Zhixing committed Nov 4, 2023
1 parent 6169b1c commit 42dd931
Show file tree
Hide file tree
Showing 8 changed files with 9,776 additions and 18,342 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/cloudflare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,20 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/setup-node@v1
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'npm'
cache: pnpm

- name: Checkout
uses: actions/checkout@master

- name: Install Dependencies
run: npm install
run: pnpm install

- name: Build
run: npm run generate
run: pnpm run generate
env:
NITRO_PRESET: cloudflare_module

Expand Down
8 changes: 8 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,13 @@ export default defineNuxtConfig({
'glsl'
]
}
},
runtimeConfig: {
githubDiscussion: {
orgName: 'dust-engine',
repoName: 'dust',
appId: 418822,
key: ''
}
}
})
Loading

0 comments on commit 42dd931

Please sign in to comment.