Skip to content

Commit

Permalink
get build working
Browse files Browse the repository at this point in the history
  • Loading branch information
davetcc committed Sep 7, 2024
1 parent 01b1fd0 commit 14eac39
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ jobs:
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
- name: Install Dart Sass
run: sudo snap install dart-sass
- name: Checkout TcMenuLib
uses: actions/checkout@v4
with:
submodules: recursive
repository: "TcMenu/tcMenuLib"
path: "tcMenuLib"
- name: Checkout
uses: actions/checkout@v4
with:
Expand All @@ -59,6 +53,11 @@ jobs:
hugo \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}"
- name: Checkout TcMenuLib
uses: actions/checkout@v4
with:
repository: "TcMenu/tcMenuLib"
path: "tcMenuLib"
- name: Build TcMenuLib Docs
working-directory: ./tcMenuLib
run: |
Expand Down

0 comments on commit 14eac39

Please sign in to comment.