Skip to content

Commit

Permalink
feat: added website deploy to github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
calebjclark committed Jan 10, 2024
1 parent 58452c5 commit 3079c95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 3079c95

Please sign in to comment.