Skip to content

Commit d6943f8

Browse files
re-order
1 parent e8a2000 commit d6943f8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build_docs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,10 @@ jobs:
1818

1919
- name: Install Hugo
2020
run: |
21-
# apt-get update && apt-get install curl
2221
mkdir hugo
2322
curl -L https://github.com/gohugoio/hugo/releases/download/v0.150.0/hugo_0.150.0_linux-amd64.tar.gz | tar -xzf - -C hugo
2423
echo "hugo" >> $GITHUB_PATH
2524
26-
- run: which hugo
27-
2825
- name: Install Node and dependencies
2926
uses: mongodb-labs/drivers-github-tools/node/setup@v2
3027

0 commit comments

Comments
 (0)