Skip to content

Commit

Permalink
ci: Do not keep history in gh-pages branch (#10282)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored Aug 4, 2023
1 parent 6da020f commit 8874a17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
with:
folder: py-polars/docs/build/html
target-folder: py-polars/dev
single-commit: true

- name: Deploy Python docs for latest release version
if: ${{ github.ref_type == 'tag' }}
Expand All @@ -56,3 +57,4 @@ jobs:
folder: py-polars/docs/build/html
# Keeping the html subfolder here for backwards compatibility
target-folder: py-polars/html
single-commit: true
1 change: 1 addition & 0 deletions .github/workflows/docs-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
with:
folder: target/doc
clean-exclude: py-polars/**
single-commit: true

# Make sure documentation artifacts are not cached
- name: Clean up documentation artifacts
Expand Down

0 comments on commit 8874a17

Please sign in to comment.