diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..3f1ec81 Binary files /dev/null and b/.DS_Store differ diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index e51d135..bd7d7ff 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -17,6 +17,16 @@ jobs: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod + - name: Install Node.js # ✅ Ensure Node.js is available + uses: actions/setup-node@v3 + with: + node-version: '20' # Use latest LTS version + + - name: Install PostCSS and dependencies + run: | + npm install -g postcss postcss-cli autoprefixer + npm install + - name: Setup Hugo uses: peaceiris/actions-hugo@v3 with: diff --git a/docsy.work b/docsy.work deleted file mode 100644 index 074dc2a..0000000 --- a/docsy.work +++ /dev/null @@ -1,5 +0,0 @@ -go 1.19 - -use . -use ../docsy/ // Local docsy clone resides in sibling folder to this project -// use ./themes/docsy/ // Local docsy clone resides in themes folder diff --git a/docsy.work.sum b/docsy.work.sum deleted file mode 100644 index e69de29..0000000 diff --git a/hugo.yaml b/hugo.yaml index 8f53eb6..5c9aa0c 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -138,11 +138,9 @@ params: enable: false module: - # Uncomment the next line to build and serve using local docsy clone declared in the named Hugo workspace: - # workspace: docsy.work hugoVersion: extended: true - min: 0.110.0 + min: 0.119.0 imports: - path: github.com/google/docsy disable: false