mirror of
https://github.com/YouHaveTrouble/GuildMaster.git
synced 2026-05-11 22:16:59 +00:00
Merge branch 'master' of https://github.com/YouHaveTrouble/adventurers-guild-game into 0.0.2
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
name: Build Vue
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
jobs:
|
||||
build_vue:
|
||||
runs-on: ubuntu-latest
|
||||
name: Build Vue
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- id: Build-Vue
|
||||
uses: xRealNeon/VuePagesAction@1.0.1
|
||||
with:
|
||||
username: 'YouHaveTrouble'
|
||||
reponame: 'GuildMaster'
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
+2
-1
@@ -10,5 +10,6 @@ export default defineConfig({
|
||||
alias: {
|
||||
'@': fileURLToPath(new URL('./src', import.meta.url))
|
||||
}
|
||||
}
|
||||
},
|
||||
base: "/GuildMaster/"
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user