Skip to content

Commit

Permalink
meh
Browse files Browse the repository at this point in the history
  • Loading branch information
bartfeenstra committed Nov 9, 2024
1 parent c1dac7a commit 80b496e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/raspberry-mint-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,29 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Pages
uses: actions/configure-pages@v5

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version-file: ./package.json

- name: npm install
working-directory: ./raspberry-mint
working-directory: ./raspberry-mint-dev
run: npm install

- name: webpack
working-directory: ./raspberry-mint
working-directory: ./raspberry-mint-dev
run: npm run build

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: './raspberry-mint-dev/build'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 80b496e

Please sign in to comment.