Skip to content

Commit

Permalink
Update docc.yml
Browse files Browse the repository at this point in the history
Added the CHECKOUT_PATH environment variable.
  • Loading branch information
MasterJ93 authored Jun 9, 2024
1 parent 9c7c012 commit 45f03a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ jobs:
DATE_MSG=$(date "+This website is current as of %b %d, %Y at %H:%M %Z")
git commit -m "Update DocC website" -m "$DATE_MSG"
git push origin docc
env:
CHECKOUT_PATH: ${{ github.workspace }}

0 comments on commit 45f03a0

Please sign in to comment.