Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
drifter089 committed Apr 8, 2024
1 parent 9c7b1cc commit 78762ed
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: download dependecies
run : ./scripts/sync-data.sh
- name: Install Node.js dependencies
run: "npm i"
run: npm i
- name : use docker
run : docker compose run --rm hugo hugo
- name: Upload artifact
Expand Down
2 changes: 1 addition & 1 deletion config/_default/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseURL: https://open-energy-transition-hugo-latest.github.io/handbook/
baseURL: https://open-energy-transition-hugo-latest.github.io/
languageCode: en-US
locale: en-US
title: The GitLab Handbook
Expand Down
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
github.com/FortAwesome/Font-Awesome v0.0.0-20240108205627-a1232e345536 h1:LFS9LpoSZYhxQ6clU0NIVbaGR08BlxAs4b+9W+7IGVQ=
github.com/FortAwesome/Font-Awesome v0.0.0-20240108205627-a1232e345536/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
github.com/google/docsy v0.9.1 h1:+jqges1YCd+yHeuZ1BUvD8V8mEGVtPxULg5j/vaJ984=
Expand Down
28 changes: 28 additions & 0 deletions temp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# - name: Install Hugo CLI
# run: |
# wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
# && sudo dpkg -i ${{ runner.temp }}/hugo.deb
# - name: Install Dart Sass
# run: sudo snap install dart-sass
# - name: Checkout
# uses: actions/checkout@v4
# with:
# submodules: recursive
# fetch-depth: 0
# - name: download dependecies
# run : ./scripts/sync-data.sh
# - name: Setup Pages
# id: pages
# uses: actions/configure-pages@v3
# - name: Install Node.js dependencies
# run: "npm i"
# - name: Build with Hugo
# env:
# # For maximum backward compatibility with Hugo modules
# HUGO_ENVIRONMENT: production
# HUGO_ENV: production
# run: |
# hugo \
# --gc \
# --minify \
# --baseURL "${{ steps.pages.outputs.base_url }}/"

0 comments on commit 78762ed

Please sign in to comment.