Skip to content

Commit

Permalink
Feat/gh pages (#9)
Browse files Browse the repository at this point in the history
* fix: update build files

* fix: remove compression
  • Loading branch information
gregfrasco authored Aug 26, 2024
1 parent 9dfae49 commit 07c19af
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,12 @@ jobs:
- name: Build
run: npm run build

- name: Compress dist
if: github.ref == 'refs/heads/main'
run: tar -czvf dist.tar.gz -C dist .

- name: Upload Artifact
uses: actions/upload-artifact@v4
if: github.ref == 'refs/heads/main'
with:
name: github-pages
path: dist.tar.gz
path: ./dist

- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v4
Expand Down

0 comments on commit 07c19af

Please sign in to comment.