Skip to content

Commit

Permalink
Fix dates
Browse files Browse the repository at this point in the history
  • Loading branch information
fredsted committed Apr 9, 2024
1 parent 2d5e295 commit 36441c9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ jobs:
build-mkdocs:
runs-on: ubuntu-latest
steps:
- name: Checkout main
- name: checkout
uses: actions/checkout@v2
- name: Deploy MkDocs
with:
fetch-depth: 0
- name: mkdocs
uses: mhausenblas/[email protected]
env:
REQUIREMENTS: requirements.txt
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
Docs are available at https://docs.webhook.site.
Docs are available at https://docs.webhook.site.

Did you find an error or want to make an improvement to the documentation? Please submit a pull request. It's much appreciated! 🫶
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ plugins:
'webhookscript.md': webhookscript/index.markdown
'api.md': api/about.md
- git-revision-date-localized:
enable_creation_date: true
enable_creation_date: false
type: datetime

markdown_extensions:
- codehilite
Expand Down

0 comments on commit 36441c9

Please sign in to comment.