Skip to content

Commit

Permalink
Add restore mtime
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsnow committed Dec 3, 2024
1 parent ce53ee2 commit e1a4607
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,16 @@ jobs:
with:
limit-access-to-actor: true

- name: Install and run git-restore-mtime
shell: bash
run: |
apt-get update
apt-get install git-restore-mtime -y
git-restore-mtime
- name: Generate HTML
run: uv run sphinx-build -d _build/doctrees docs/source _build/html
run: |
uv run sphinx-build -j auto -d _build/doctrees docs/source _build/html
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit e1a4607

Please sign in to comment.