We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f791242 commit a22192cCopy full SHA for a22192c
.github/workflows/gh-pages.yml
@@ -10,6 +10,8 @@ jobs:
10
steps:
11
- name: SCM Checkout
12
uses: actions/checkout@v4
13
+ with:
14
+ fetch-depth: 0
15
16
- name: Setup Python & Poetry Environment
17
uses: ./.github/actions/python-environment
exasol/toolbox/templates/github/workflows/gh-pages.yml
uses: exasol/python-toolbox/.github/actions/python-environment@0.15.0
0 commit comments