Skip to content

Commit

Permalink
[TASK] Updated deployment pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisBurger authored Oct 9, 2023
1 parent 5e91b48 commit e10c0f6
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/gh-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,14 @@ jobs:
- run: yarn install
- run: yarn build
- run: yarn prepare-build
- name: Deploy to Github Pages
uses: JamesIves/[email protected]
- name: Checkout
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
branch: gh-pages
folder: dist
path: '.'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit e10c0f6

Please sign in to comment.