Skip to content

Commit 8befac3

Browse files
Fix hostname on docs container
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
1 parent 99fff05 commit 8befac3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"jobs": {
55
"update-pages": {
66
"runs-on": "ubuntu-latest",
7-
"container": "fedora:latest",
7+
"container": {
8+
"image": "fedora:latest",
9+
"options": "-htest.box",
10+
},
811
"steps": [
912
{
1013
"name": "Check out code",

0 commit comments

Comments
 (0)