You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove obsolete script for downloading artifacts and replace it with a PR-based publishing approach. Streamline workflows by adjusting checkout paths and adding steps for automated documentation updates.
Signed-off-by: Eric Deandrea <[email protected]>
commit-message: "docs: Build and publish docs (from ${{ github.workflow }} run # ${{ github.run_number }})"
100
+
branch: build-docs/sourceref
101
+
branch-suffix: short-commit-hash
102
+
delete-branch: true
103
+
base: gh-pages
104
+
signoff: true
105
+
sign-commits: true
106
+
title: "docs: Build and publish docs (from ${{ github.workflow }} run # ${{ github.run_number }})"
107
+
body: "docs: Build and publish docs from [${{ github.workflow }} run # ${{ github.run_number }}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}), which was triggered by commit ${{ env.REF }}."
0 commit comments