Skip to content

Commit

Permalink
Update github pages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisX11 committed Nov 2, 2023
1 parent 1375af0 commit 5e39e03
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions .github/workflows/webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,6 @@ concurrency:
cancel-in-progress: false

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: 18.x

- name: Build
run: |
npm install
npm run prepublish
deploy:
needs: build
environment:
Expand All @@ -41,6 +26,10 @@ jobs:
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Build
run: |
npm install
npm run prepublish
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit 5e39e03

Please sign in to comment.