Skip to content

Commit

Permalink
Merge pull request #12 from acend/readme
Browse files Browse the repository at this point in the history
fix readme
  • Loading branch information
splattner authored Aug 22, 2024
2 parents ec53976 + eb28b27 commit 312324c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Then run the following command:

```bash
export HUGO_VERSION=$(sed -e '/^FROM docker.io\/floryn90\/hugo:/!d; s/.*:\(.[^ ]*\).*/\1/' Dockerfile)
docker run --rm --interactive -v $(pwd):/src docker.io/floryn90/hugo:${HUGO_VERSION}-ci /bin/bash -c "set -euo pipefail;npm install"
docker run --rm --interactive -v $(pwd)/site:/src docker.io/floryn90/hugo:${HUGO_VERSION}-ci /bin/bash -c "set -euo pipefail;npm install"
```

This will make sure, the package-lock.json file is updates accordingly.
Expand Down

0 comments on commit 312324c

Please sign in to comment.