Skip to content

Commit

Permalink
Merge branch 'main' into wip
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Nov 23, 2023
2 parents 1785a19 + b328322 commit 3189ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/godoc_preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# You can deploy the generated documentation preview to a hosting service
# For example, if you're using GitHub Pages:
mkdir -p docs
mv path/to/generated/documentation/* docs/${{ event.base_ref }}
mv path/to/generated/documentation/* docs/${{ github.sha }}
git add docs
git commit -m "Update documentation preview"
git push origin HEAD

0 comments on commit 3189ed5

Please sign in to comment.