Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Nov 23, 2023
1 parent 1f2502a commit b328322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@

# Go workspace file
go.work
db.sqlite
*.sqlite

0 comments on commit b328322

Please sign in to comment.