Skip to content
Merged
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
12 changes: 5 additions & 7 deletions .github/workflows/invoke-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@ jobs:
with:
version: ${{ env.FUNC_VERSION }}
name: f

- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.142.0'
extended: true
- name: Build & Invoke Function
run: |
# series of commands to build & invoke the Function (with specifics per language)
Expand Down Expand Up @@ -97,12 +101,6 @@ jobs:
############################## PRE-REQS ##############################
echo "> PREREQS (if any)"
### language & template specific prerequisites
# blog needs to build hugo first
if [ "$language" == "go" ] && [ "$template" == "blog" ];then
sudo apt install hugo
make build
fi

if [ ${{matrix.language}} == "typescript" ];then
npm install
elif [ ${{matrix.language}} == "rust" ]; then
Expand Down