File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 33
33
jobs :
34
34
pages :
35
35
name : Build GitHub Pages
36
- runs-on : ubuntu-latest
36
+ runs-on : ubuntu-latest
37
37
38
38
steps :
39
39
- name : Set up Python
40
40
uses : actions/setup-python@v4
41
41
with :
42
42
python-version : " 3.8"
43
43
44
- # - run: find | sort
45
- - uses : actions/checkout@v3
44
+ # - run: find | sort
45
+ - uses : actions/checkout@v3
46
46
# with:
47
47
# path: app/dev
48
48
# Adding above 2 lines forces pre-pending filepaths below w/ 'app/dev/filepath'
49
49
50
50
- uses : actions/checkout@v3
51
51
name : Check out main
52
52
with :
53
- ref : ' refs/heads/main
53
+ ref : ' refs/heads/main'
54
54
path : main
55
55
56
56
# TODO: change to 'python3 app/dev/src/db.py main' per actions/checkout@3
@@ -72,10 +72,10 @@ jobs:
72
72
echo ${{ github.ref }}
73
73
74
74
- name : Add GPU-Occupancy-Calculator
75
- env :
75
+ env :
76
76
GPU_OCC_CALC : src/docs/_build/Tools/GPU-Occupancy-Calculator/
77
77
run : |
78
- mkdir -p ${GPU_OCC_CALC}
78
+ mkdir -p ${GPU_OCC_CALC}
79
79
cd ${GPU_OCC_CALC}
80
80
wget https://raw.githubusercontent.com/oneapi-src/oneAPI-samples/main/Tools/GPU-Occupancy-Calculator/index.html
81
81
@@ -84,10 +84,10 @@ jobs:
84
84
env :
85
85
GITHUB_USER : ${{ github.actor }}
86
86
GITHUB_TOKEN : ${{ github.token }}
87
- GITHUB_REPO : ${{ github.repository }}
87
+ GITHUB_REPO : ${{ github.repository }}
88
88
run : |
89
89
cd src/docs/_build/
90
- touch .nojekyll
90
+ touch .nojekyll
91
91
git init
92
92
git remote add origin "https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com/${GITHUB_REPO}"
93
93
git add -A
You can’t perform that action at this time.
0 commit comments