Skip to content

Commit 790ae46

Browse files
Updating file '.github/workflows/build-page.yml' with otterdog.
1 parent 90c6a77 commit 790ae46

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/build-page.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,11 @@ jobs:
2727
if: ${{ !contains (github.repository, '/.eclipsefdn-template') }}
2828
runs-on: ubuntu-latest
2929
steps:
30-
- name: Checkout OtterDog
31-
run: git clone https://gitlab.eclipse.org/eclipsefdn/security/otterdog.git
30+
- name: Checkout eclipse-csi/otterdog
31+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
32+
with:
33+
repository: eclipse-csi/otterdog
34+
path: otterdog
3235

3336
- name: Checkout EclipseFdn/otterdog-configs
3437
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
@@ -76,7 +79,7 @@ jobs:
7679
working-directory: otterdog-configs
7780

7881
- name: Upload generated site content
79-
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
82+
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
8083
with:
8184
name: generated-site
8285
path: |

0 commit comments

Comments
 (0)