We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61d11a8 commit bc122efCopy full SHA for bc122ef
.github/workflows/github-pages.yml
@@ -50,9 +50,8 @@ jobs:
50
env:
51
GPU_OCC_CALC: src/docs/_build/Tools/GPU-Occupancy-Calculator/
52
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
+ mkdir -p ${GPU_OCC_CALC}
+ cp -v ${{ github.workspace }}/master/Tools/GPU-Occupancy-Calculator/index.html ${GPU_OCC_CALC}/index.html
56
57
- name: Push docs
58
if: ${{ github.ref == 'refs/heads/master' }} # only if this workflow is run from the master branch, push docs
0 commit comments