Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/hugo-build-versioned-action/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ runs:
HUGO_ENV: ${{ inputs.hugo-env }}
shell: bash
run: |
hugo --minify ${BASE_URL:+--baseURL $BASE_URL}
hugo_env=public hugo --minify ${BASE_URL:+--baseURL $BASE_URL}
2 changes: 1 addition & 1 deletion .github/workflows/netlify-deploy-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
working-directory: ./docs
env:
HUGO_ENV: production
run: hugo --minify
run: hugo_env=public hugo --minify
- name: Publish (draft)
uses: netlify/actions/cli@master
with:
Expand Down
1 change: 0 additions & 1 deletion docs/assets/icons/chevron-menu.svg

This file was deleted.

1 change: 0 additions & 1 deletion docs/assets/icons/chevron.svg

This file was deleted.

13 changes: 0 additions & 13 deletions docs/assets/icons/docs-icon.svg

This file was deleted.

13 changes: 0 additions & 13 deletions docs/assets/icons/slack.svg

This file was deleted.

Empty file removed docs/assets/js/base.js
Empty file.
13 changes: 0 additions & 13 deletions docs/assets/json/offline-search-index.json

This file was deleted.

Loading
Loading