Skip to content

Commit 3f23120

Browse files
Update build path in GH actions (#176)
1 parent 8c6f1f1 commit 3f23120

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sphinx-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
rm -rf docs # not sure if this is needed...
3737
mkdir docs
38-
cp -rf build/html/* docs/
38+
cp -rf build/* docs/
3939
cd docs
4040
echo "docs.amdc.dev" > CNAME
4141
touch .nojekyll # need this due to "_*" dirs getting ignored by GitHub

0 commit comments

Comments
 (0)