Skip to content

Commit 54a7ead

Browse files
committed
update workflow
1 parent 132c4dd commit 54a7ead

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/build_vue.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,11 @@
1-
name: Build and Deploy
1+
name: Build Vue
22

33
on:
44
push:
55
branches: [ page ]
66
pull_request:
77
branches: [ page ]
88

9-
10-
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
11-
permissions:
12-
contents: write
13-
pages: write
14-
id-token: write
15-
16-
# Allow one concurrent deployment
17-
concurrency:
18-
group: 'pages'
19-
cancel-in-progress: true
20-
219
jobs:
2210
build_vue:
2311
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)