Skip to content
Snippets Groups Projects
Unverified Commit 129c78d1 authored by Saurabh Kumar's avatar Saurabh Kumar Committed by GitHub
Browse files

docs: update fetch-depth=0 and update copyright year (#3723)

Fetch the full-history to that the last edited information is displayed
correctly for all the pages. Right now, all the pages get the last build
time.

Also, update the copyright year from 2023 to 2024 (Easy way to triggers
a build for docs)
parent bfa90ac3
No related branches found
No related tags found
1 merge request!54Merge 5.3.1
......@@ -18,6 +18,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
......
site_name: Hypha Documentation
site_url: https://docs.hypha.app/
site_description: "Documentation for Hypha, an open source submission management platform."
copyright: Copyright © 2018 - 2023 - Open Technology Fund
copyright: Copyright © 2018 - 2024 - Open Technology Fund
repo_name: HyphaApp/hypha
repo_url: https://github.com/HyphaApp/hypha
edit_uri: edit/main/docs/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment