Skip to content

Commit 35b1f92

Browse files
committed
deploy
1 parent 6879395 commit 35b1f92

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/deploy renamed to .github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77

88
jobs:
99
build:
@@ -33,7 +33,7 @@ jobs:
3333
name: Deploy
3434
needs: build
3535
runs-on: ubuntu-latest
36-
if: github.ref == 'refs/heads/main'
36+
if: github.ref == 'refs/heads/master'
3737

3838
steps:
3939
- name: Download artifact

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { VitePWA } from 'vite-plugin-pwa';
55

66
// https://vite.dev/config/
77
export default defineConfig({
8+
base: '/kanban/',
89
plugins: [
910
react(),
1011
VitePWA({

0 commit comments

Comments
 (0)