Skip to content

Commit a22192c

Browse files
authored
Make sure all tags and branches are available during docs build (#267)
1 parent f791242 commit a22192c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
steps:
1111
- name: SCM Checkout
1212
uses: actions/checkout@v4
13+
with:
14+
fetch-depth: 0
1315

1416
- name: Setup Python & Poetry Environment
1517
uses: ./.github/actions/python-environment

exasol/toolbox/templates/github/workflows/gh-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
steps:
1111
- name: SCM Checkout
1212
uses: actions/checkout@v4
13+
with:
14+
fetch-depth: 0
1315

1416
- name: Setup Python & Poetry Environment
1517
uses: exasol/python-toolbox/.github/actions/python-environment@0.15.0

0 commit comments

Comments
 (0)