There was an error while loading. Please reload this page.
1 parent e5c2a38 commit 3a39171Copy full SHA for 3a39171
1 file changed
.github/workflows/pages.yml
@@ -36,7 +36,7 @@ jobs:
36
distribution: 'temurin'
37
java-version: '8'
38
- 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
+ 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
40
- name: Build site
41
run: cd www && forrest
42
- name: Setup pages
0 commit comments