Skip to content

Commit

Permalink
Update wiki action
Browse files Browse the repository at this point in the history
  • Loading branch information
parttimenerd committed Mar 18, 2024
1 parent ff8d283 commit 8fb1205
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/actions/update-wiki/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ runs:
git clone https://github.com/SAP/SapMachine.wiki.git
cd SapMachine.wiki
pip3 install feedparser
python3 scripts/update_blogs.py update > ../out
cat ../out
if grep -q changed ../out; then
git commit -a -m "Update blog posts"
git push
echo "Blog post list updated"
else
echo "No updates"
fi
python3 scripts/update_blogs.py clone
working-directory: .
shell: bash

0 comments on commit 8fb1205

Please sign in to comment.