Skip to content

Commit 3a39171

Browse files
committed
fix
1 parent e5c2a38 commit 3a39171

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
distribution: 'temurin'
3737
java-version: '8'
3838
- name: Setup Forrest
39-
run: wget https://archive.apache.org/dist/forrest/apache-forrest-0.9.tar.gz && tar xvf apache-forrest-0.9.tar.gz && mv apache-forrest-0.9 /usr/forrest && echo "/usr/forrest/bin" >> $GITHUB_PATH
39+
run: wget https://archive.apache.org/dist/forrest/apache-forrest-0.9.tar.gz && tar xvf apache-forrest-0.9.tar.gz && sudo mv apache-forrest-0.9 /usr/forrest && echo "/usr/forrest/bin" >> $GITHUB_PATH
4040
- name: Build site
4141
run: cd www && forrest
4242
- name: Setup pages

0 commit comments

Comments
 (0)