Skip to content

Commit

Permalink
Update vuepress-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sagelga authored Apr 15, 2024
1 parent f28022e commit 8512f3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vuepress-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@master

- name: Install yarn dependencies
run: yarn
Expand All @@ -23,6 +23,6 @@ jobs:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
TARGET_REPO: sagelga/telegram-thai
TARGET_BRANCH: website
BUILD_SCRIPT: yarn build
BUILD_SCRIPT: yarn && yarn build
BUILD_DIR: docs/.vuepress/dist/
CNAME: telegram.sagelga.com

0 comments on commit 8512f3e

Please sign in to comment.