Skip to content

Commit 3ff84c9

Browse files
author
George K. Thiruvathukal
committed
hostname for deploy
1 parent 32eda59 commit 3ff84c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Generate HTML using Sphinx
4646
run: |
4747
make html
48-
echo os.cs.luc.edu > build/html/CNAME
48+
echo introcs.cs.luc.edu > build/html/CNAME
4949
5050
- name: Generate LaTeX using Sphinx
5151
run: |
@@ -69,4 +69,4 @@ jobs:
6969
if: startsWith(github.ref, 'refs/tags/')
7070
with:
7171
files: |
72-
build/latex/OperatingSystems.pdf
72+
build/latex/comp170.pdf

0 commit comments

Comments
 (0)