mirror of
https://github.com/ivuorinen/generic-landing-page.git
synced 2026-02-07 17:46:43 +00:00
Update build.yml
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -28,6 +28,12 @@ jobs:
|
||||
npm install
|
||||
npm run build --if-present
|
||||
|
||||
- name: Store artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: build-site
|
||||
path: dist
|
||||
|
||||
- name: Build GitHub Pages
|
||||
# You may pin to the exact commit or the version.
|
||||
# uses: crazy-max/ghaction-github-pages@a117e4aa1fb4854d021546d2abdfac95be568a3a
|
||||
|
||||
Reference in New Issue
Block a user