Skip to content

Commit

Permalink
chore: templates generated by RadxaOS-SDK/rsdk@476c013.dirty
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 10, 2025
1 parent d2d7c3b commit d966ff4
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: "Checkout rsdk"
uses: "actions/checkout@v4"
with:
ref: "32b65f3ab89f3bf5c1e183184fd269ac15f86392"
ref: "476c013766033e231cff35d10717ceed5edf43e3"
repository: "RadxaOS-SDK/rsdk"
- name: "Checkout current repo"
uses: "actions/checkout@v4"
Expand Down Expand Up @@ -110,6 +110,20 @@ jobs:
git push
popd
shell: "bash"
- name: "Download Pages artifact"
uses: "actions/download-artifact@v4"
with:
name: "github-pages"
- if: "steps.deploy.outcome == 'success'"
name: "Release Pages artifact"
uses: "softprops/action-gh-release@v2"
with:
body: "Rolling Pages artifact"
draft: false
files: "artifact.tar"
prerelease: false
tag_name: "github-pages"
token: "${{ secrets.GITHUB_TOKEN }}"
name: "Update packages"
"on":
repository_dispatch:
Expand Down

0 comments on commit d966ff4

Please sign in to comment.