Skip to content

Commit a4e30c7

Browse files
authored
Merge pull request #25 from cryptimeleon/keep-old
Enable keeping of old published docs
2 parents e90076a + c96ffeb commit a4e30c7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/github-pages.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77

88
jobs:
9-
github-pages:
9+
public-current-version:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
@@ -54,3 +54,5 @@ jobs:
5454
with:
5555
token: ${{ secrets.JEKYLL_PAT }}
5656
target_branch: "gh-pages"
57+
target_path: /
58+
keep_history: true

0 commit comments

Comments
 (0)