Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanprior authored Oct 30, 2024
1 parent 108c61b commit 9c6d144
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,18 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Build Latest from source
run: cd launch-page && ls && npm i && npm run build
run: |
cd launch-page
ls
npm ci
npm run build
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload dist
uses: actions/upload-pages-artifact@v3
with:
# Upload dist folder
path: './launch-page/dist/'
- name: Upload assets
uses: actions/upload-pages-artifact@v3
with:
# Upload assets folder
path: './launch-page/dist/assets'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 9c6d144

Please sign in to comment.