Skip to content

Commit

Permalink
build: publish to github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
DecentM committed Sep 29, 2023
1 parent eca2879 commit 3509cb8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,23 @@ jobs:
with:
name: dist
path: dist/*

deploy:
name: deploy

runs-on: ubuntu-latest

defaults:
run:
shell: bash

steps:
- uses: actions/download-artifact@v3
with:
name: dist
path: dist

- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: dist/apps/frontend

0 comments on commit 3509cb8

Please sign in to comment.