Skip to content

Commit bb26b6a

Browse files
committed
peaceiris/gh-pages v4 does not exist (reverting back to v3)
1 parent 8288b14 commit bb26b6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
./tools/generate_reports.sh
138138
139139
- name: Publish reports on gh-pages
140-
uses: peaceiris/actions-gh-pages@v4
140+
uses: peaceiris/actions-gh-pages@v3
141141
with:
142142
github_token: ${{ secrets.GITHUB_TOKEN }}
143143
publish_dir: ./reports/smoke

.github/workflows/emscripten.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
geobox geocod geoshade
4949
5050
- name: Publish programs and webpages on gh-pages
51-
uses: peaceiris/actions-gh-pages@v4
51+
uses: peaceiris/actions-gh-pages@v3
5252
with:
5353
github_token: ${{ secrets.GITHUB_TOKEN }}
5454
publish_dir: ./build/Emscripten-clang-Release/bin

0 commit comments

Comments
 (0)