Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/publication-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
container: "quay.io/eclipse/che-docs:next"
steps:
- name: Checkout publication-builder branch
uses: actions/checkout@v3
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
with:
ref: publication-builder

Expand All @@ -47,7 +47,7 @@ jobs:
shell: bash

- name: Restore cache
uses: actions/cache@v3
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
env:
cache-name: cache
with:
Expand All @@ -59,7 +59,7 @@ jobs:
run: tools/publication-builder.sh

- name: Commit artifact to publication branch
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@4a2e02b36f31d8974a0d09d3bb9f3172aa2d0d0d # v3
with:
commit_message: "Publication at ${{ steps.get-date.outputs.timestamp }}"
force_orphan: true # publish branch with only the latest commit
Expand Down
Loading