Skip to content

Commit de46564

Browse files
committed
test
1 parent 3e07f32 commit de46564

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/build_vue.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Build Vue
2+
on: [push]
3+
jobs:
4+
build_vue:
5+
runs-on: ubuntu-latest
6+
name: Build Vue
7+
steps:
8+
- uses: actions/checkout@v2
9+
- id: Build-Vue
10+
uses: xRealNeon/VuePagesAction@1.0.1
11+
with:
12+
reponame: 'computer-use-agents/dart-gui'
13+
token: ${{ secrets.GITHUB_TOKEN }} # Leave this line unchanged

0 commit comments

Comments
 (0)