diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 76ce98292..dc856cbfa 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -26,11 +26,11 @@ jobs: npm install -g @vue/cli yarn yarn install yarn build - + - name: Deploy uses: s0/git-publish-subdir-action@develop env: REPO: self - BRANCH: main + BRANCH: website FOLDER: dist GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file