Update pages.yml

This commit is contained in:
Nuno Coração 2022-09-30 23:54:16 +01:00 committed by GitHub
parent b3ee7159f2
commit 073be777f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: