Skip to content

Commit

Permalink
postcss
Browse files Browse the repository at this point in the history
  • Loading branch information
sytranvn committed May 23, 2023
1 parent af03d72 commit 8fbb7b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
uses: actions/configure-pages@v3
- name: Install Node.js dependencies
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
- name: PostCSS
run: "npm install -g postcss-cli"
- name: Build with Hugo
env:
# For maximum backward compatibility with Hugo modules
Expand Down
4 changes: 2 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
languageCode = "en-us"
baseurl = "https://docuapi.netlify.com/hugo-pdf"
title = "DocuAPI Example Site"
baseurl = "https://sytranvn.dev/hugo-pdf"
title = "Hugo PDF"

disableKinds = ["taxonomyTerm"]

Expand Down

0 comments on commit 8fbb7b0

Please sign in to comment.