Skip to content

Commit 4ce10a0

Browse files
committed
Update trigger-site-rebuild.yml
1 parent faf0c28 commit 4ce10a0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/trigger-site-rebuild.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ jobs:
88
steps:
99
- name: Install hunspell
1010
run: |
11-
apt-get update
12-
apt-get install python-dev-is-python3
13-
apt-get install libhunspell-dev
14-
pip install hunspell
11+
sudo apt-get update
12+
sudo apt-get install python-dev-is-python3
13+
sudo apt-get install libhunspell-dev
14+
sudo pip install hunspell
15+
which hunspell
16+
sudo pip list -v
1517
- uses: actions/checkout@v4
1618
- uses: rojopolis/[email protected]
1719

0 commit comments

Comments
 (0)