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 37e5929 commit 49389ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
yarn install
yarn build
- name: Deploy
uses: s0/git-publish-subdir-action@website
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
BRANCH: main
Expand Down

0 comments on commit 49389ac

Please sign in to comment.