This commit is contained in:
parent
bd7db6f24b
commit
8c552d18b4
@ -28,12 +28,12 @@ jobs:
|
|||||||
- name: Install Dart Sass Embedded
|
- name: Install Dart Sass Embedded
|
||||||
run: sudo snap install dart-sass-embedded
|
run: sudo snap install dart-sass-embedded
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: git@github.com:actions/checkout@v3
|
uses: https://github.com/actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: Setup Pages
|
- name: Setup Pages
|
||||||
id: pages
|
id: pages
|
||||||
uses: agit@github.com:actions/configure-pages@v3
|
uses: https://github.com/actions/configure-pages@v3
|
||||||
- name: Install Node.js dependencies
|
- name: Install Node.js dependencies
|
||||||
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
|
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
|
||||||
- name: Build with Hugo
|
- name: Build with Hugo
|
||||||
@ -46,7 +46,7 @@ jobs:
|
|||||||
--minify \
|
--minify \
|
||||||
--baseURL "${{ steps.pages.outputs.base_url }}/"
|
--baseURL "${{ steps.pages.outputs.base_url }}/"
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: git@github.com:actions/upload-pages-artifact@v1
|
uses: https://github.com/actions/upload-pages-artifact@v1
|
||||||
with:
|
with:
|
||||||
path: ./public
|
path: ./public
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user