mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 14:35:43 -06:00
Update pages.yml
This commit is contained in:
parent
b3ee7159f2
commit
073be777f6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pages.yml
vendored
4
.github/workflows/pages.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
# Sample workflow for building and deploying a Hugo site to GitHub Pages
|
||||
name: Deploy Hugo site to Pages
|
||||
name: Blowfish Docs Deploy
|
||||
|
||||
on:
|
||||
# Runs on pushes targeting the default branch
|
||||
|
@ -51,7 +51,7 @@ jobs:
|
|||
run: |
|
||||
hugo \
|
||||
--minify -s exampleSite --themesDir ../.. \
|
||||
--baseURL "${{ steps.pages.outputs.base_url }}/"
|
||||
--baseURL "https://nunocoracao.github.io/blowfish/"
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue