Skip to content

Commit 9873a00

Browse files
committed
install mermaid-filter
1 parent 3317174 commit 9873a00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/GHPages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
- uses: actions/setup-node@v4
1313
- name: Set up Dependencies
1414
run: |
15-
apt-get update
16-
apt-get install -y python3-pip
15+
sudo apt-get update
16+
sudo apt-get install -y python3-pip
1717
pip3 install mermaid-filter
1818
- uses: docker://pandoc/latex:2.9
1919
with:

0 commit comments

Comments
 (0)