Skip to content

Commit bc122ef

Browse files
authored
Add Tools/GPU-Occupancy-Calculator/index.html via file copy rather than network download
1 parent 61d11a8 commit bc122ef

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/github-pages.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,8 @@ jobs:
5050
env:
5151
GPU_OCC_CALC: src/docs/_build/Tools/GPU-Occupancy-Calculator/
5252
run: |
53-
mkdir -p ${GPU_OCC_CALC}
54-
cd ${GPU_OCC_CALC}
55-
wget https://raw.githubusercontent.com/oneapi-src/oneAPI-samples/master/Tools/GPU-Occupancy-Calculator/index.html
53+
mkdir -p ${GPU_OCC_CALC}
54+
cp -v ${{ github.workspace }}/master/Tools/GPU-Occupancy-Calculator/index.html ${GPU_OCC_CALC}/index.html
5655
5756
- name: Push docs
5857
if: ${{ github.ref == 'refs/heads/master' }} # only if this workflow is run from the master branch, push docs

0 commit comments

Comments
 (0)