Skip to content

Commit

Permalink
updated integration workflow to update Polyblade readme in addition t…
Browse files Browse the repository at this point in the history
…o binary
  • Loading branch information
organizedgrime committed Oct 25, 2024
1 parent 56a9074 commit 8d4a52a
Show file tree
Hide file tree
Showing 6 changed files with 972 additions and 7 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/update_submodule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ jobs:
rm -rf public/software/polyblade_live
cp -r polyblade/dist public/software/polyblade_live
sed -i "s/\/polyblade-/\/software\/polyblade_live\/polyblade-/g" public/software/polyblade_live/index.html
- name: Update Article Readme
run: |
rm -rf src/content/software/polyblade/index.mdx public/software/polyblade_assets
cp -r polyblade/assets public/software/polyblade_assets
cat src/content/software/polyblade/index.header polyblade/README.md > src/content/software/polyblade/index.mdx
sed -i "s/assets/polyblade_assets/g" src/content/software/polyblade/index.mdx
- name: Commit changes
run: |
git add polyblade public/software/polyblade_live
Expand Down
File renamed without changes
Binary file added public/software/polyblade_assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8d4a52a

Please sign in to comment.