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 e53d469
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ defaults:
run:
shell: bash

permissions:
# actions: write
# checks: write
contents: write
# deployments: write
id-token: write
# issues: write
# discussions: write
# packages: write
pages: write
# pull-requests: write
# repository-projects: write
# security-events: write
# statuses: write

jobs:
cleanliness:
name: Run Cleanliness Checks
Expand Down Expand Up @@ -97,7 +112,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 e53d469

Please sign in to comment.