From fa1995e956dc589b68f204976a1e9d099b928ba5 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Thu, 18 Jul 2024 20:53:40 -0700 Subject: [PATCH] Update hugo workflow for Jafner.dev, update source link in site config --- .github/workflows/Jafner.dev_hugo.yaml | 8 ++++---- sites/Jafner.dev/config.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/Jafner.dev_hugo.yaml b/.github/workflows/Jafner.dev_hugo.yaml index 87f4657a..17f4ca60 100644 --- a/.github/workflows/Jafner.dev_hugo.yaml +++ b/.github/workflows/Jafner.dev_hugo.yaml @@ -1,4 +1,4 @@ -name: Hugo +name: Build and Deploy Jafner.dev with Hugo on: push: branches: [ main ] @@ -39,12 +39,12 @@ jobs: with: submodules: 'true' fetch-depth: 0 - path: 'active projects/Jafner.dev' + path: 'sites/Jafner.dev' - name: Setup Pages id: pages uses: actions/configure-pages@v4 with: - path: 'active projects/Jafner.dev' + path: 'sites/Jafner.dev' - name: Install Node.js dependencies run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true" - name: Build with Hugo @@ -61,7 +61,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - path: 'active projects/Jafner.dev/.public' + path: 'sites/Jafner.dev/.public' deploy: environment: diff --git a/sites/Jafner.dev/config.toml b/sites/Jafner.dev/config.toml index c34c51cb..76b45a4e 100644 --- a/sites/Jafner.dev/config.toml +++ b/sites/Jafner.dev/config.toml @@ -68,7 +68,7 @@ disableHugoGeneratorInject = false author = false topText = [ - "Source on GitHub" + "Source on GitHub" ] bottomText = [ ]