Skip to content

Commit

Permalink
Restore github pages action
Browse files Browse the repository at this point in the history
  • Loading branch information
adhamu committed Jan 8, 2023
1 parent 054ad57 commit 6b5ee18
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,16 @@ jobs:
- name: Build
run: yarn build

- name: Package Public Folder
if: github.ref == 'refs/heads/main'
run: yarn predeploy

- name: Deploy
if: github.ref == 'refs/heads/main'
run: yarn deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: public

- name: Create Release
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 6b5ee18

Please sign in to comment.