We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 566e6fa commit d6b0aeeCopy full SHA for d6b0aee
.github/workflows/deploy-docs.yml
@@ -20,10 +20,12 @@ jobs:
20
- name: Build docs bundle
21
run: npm run build
22
23
- - name: Init a new repository
+ - name: Deploy the website to the master branch
24
run: |
25
cd docs/.vuepress/dist
26
git init
27
git add -A
28
git commit -m "Deploy docs"
29
git push -f git@github.com:mojs/mojs.github.io.git master
30
+ env:
31
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments