Skip to content

Commit

Permalink
Minor fix to doc publishing to GH Pages
Browse files Browse the repository at this point in the history
How embarassing πŸ™ƒ

Signed-off-by: Justin Kulikauskas <[email protected]>
  • Loading branch information
JustinKuli committed Jun 30, 2024
1 parent fc60c2d commit 4453428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
sleep 15 # Let it initialize
echo "Downloading the generated doc site"
wget -r -q -np -N -E -p -k 'http://localhost:8080/open-cluster-management.io/[email protected]'
wget -r -q -np -N -E -p -k 'http://localhost:8080/open-cluster-management.io/[email protected]' || true
kill -9 $DOC_PID
echo "Bringing all the files into a gh-pages directory"
Expand Down

0 comments on commit 4453428

Please sign in to comment.