Skip to content

Commit

Permalink
wip: migration from Travis CI to GitHub Actions #149 [build doc]
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-greffe committed Dec 5, 2023
1 parent e65d6aa commit cd51197
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ secrets.NODE_VERSION }}
- name: Build and deploy
- name: Build & deploy
id: build-deploy
run: |
chmod +x ./.github/workflows/app.sh
Expand Down Expand Up @@ -44,6 +44,4 @@ jobs:
- name: Deploy doc to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: docs/.vitepress/dist
folder: docs/.vitepress/dist

0 comments on commit cd51197

Please sign in to comment.