Skip to content

Commit

Permalink
added sudo for gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
krzemienski committed Jan 24, 2024
1 parent e97d234 commit 98429eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: run database.json gen
run: node .github/upgradeDb.js
- name: install mkdoc build deps
run: apt-get update && apt-get -y install lsb-release unzip python3-pip python3-dev && pip3 install mkdocs mkdocs-material json-spec
run: sudo apt-get update && apt-get -y install lsb-release unzip python3-pip python3-dev && pip3 install mkdocs mkdocs-material json-spec
- name: run copy readme to docs for site gen
run: cp README.md docs/index.md
- name: run static site gen
Expand Down

0 comments on commit 98429eb

Please sign in to comment.