We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8288b14 commit bb26b6aCopy full SHA for bb26b6a
.github/workflows/continuous.yml
@@ -137,7 +137,7 @@ jobs:
137
./tools/generate_reports.sh
138
139
- name: Publish reports on gh-pages
140
- uses: peaceiris/actions-gh-pages@v4
+ uses: peaceiris/actions-gh-pages@v3
141
with:
142
github_token: ${{ secrets.GITHUB_TOKEN }}
143
publish_dir: ./reports/smoke
.github/workflows/emscripten.yml
@@ -48,7 +48,7 @@ jobs:
48
geobox geocod geoshade
49
50
- name: Publish programs and webpages on gh-pages
51
52
53
54
publish_dir: ./build/Emscripten-clang-Release/bin
0 commit comments