We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ba4215 commit 6786e5dCopy full SHA for 6786e5d
.github/workflows/build.yaml
@@ -7,8 +7,8 @@ jobs:
7
steps:
8
- uses: actions/checkout@v2
9
- id: Build-Vue
10
- uses: xRealNeon/VuePagesAction@1.0.1
+ uses: thefrustrateddev/vue-deploy-github-pages@v1.0.0
11
with:
12
username: 'lgienapp'
13
reponame: 'pigments'
14
- token: ${{ secrets.GITHUB_TOKEN }} # Leave this line unchanged
+ token: ${{ secrets.GITHUB_TOKEN }} # Leave this line unchanged
0 commit comments