Skip to content

Commit

Permalink
Merge pull request warewulf#1033 from brianclemens/main
Browse files Browse the repository at this point in the history
Update website repo URL
  • Loading branch information
anderbubble authored Jan 11, 2024
2 parents f46abf8 + 648ebe2 commit 6f7e85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Update website repo
if: github.event_name != 'pull_request'
run: |
git clone [email protected]:hpcng/warewulf-web.git ~/warewulf-web
git clone [email protected]:warewulf/warewulf.org.git ~/warewulf-web
mkdir -p ~/warewulf-web/static/docs
rm -rf ~/warewulf-web/static/docs/${GITHUB_REF##*/}
cp -r userdocs/_build/html ~/warewulf-web/static/docs/${GITHUB_REF##*/}
Expand Down

0 comments on commit 6f7e85e

Please sign in to comment.