Skip to content

Commit

Permalink
Fix workflow 7
Browse files Browse the repository at this point in the history
  • Loading branch information
wrnrlr committed Oct 28, 2024
1 parent bed8f9f commit 5933e90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ jobs:
- name: Deno install
run: deno install

# - run: deno task clean
# - name: NPM install
# run: npm install

# - name: Lint
# run: deno lint

Expand Down
3 changes: 2 additions & 1 deletion www/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ function typedocPlugin() {

export default defineConfig(({ command, mode }) => {
const root = path.join(__dirname, '')
const base =

const define = {}
let build
Expand Down Expand Up @@ -54,7 +55,7 @@ export default defineConfig(({ command, mode }) => {
build,
optimizeDeps,
assetsInclude,
base: mode==='production' ? '/prelude' : undefined,
base: mode==='production' ? 'https://wrnrlr.github.io/prelude/' : undefined,
plugins: [
// typedocPlugin()
]
Expand Down

0 comments on commit 5933e90

Please sign in to comment.