Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Update website syncing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
udda1996 committed Aug 31, 2022
1 parent 44b7496 commit a538f48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update_dev_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ jobs:

- name: Install Python Packages
run: |
pip install beautifulsoup4
pip install PyGithub
- name: Update Ballerina Dev Website
run: python3 src/scripts/update_html.py
run: python3 src/scripts/update_dev_website.py
env:
BALLERINA_BOT_USERNAME: ${{ secrets.BALLERINA_BOT_USERNAME }}
BALLERINA_BOT_TOKEN: ${{ secrets.BALLERINA_BOT_TOKEN }}
Expand Down

0 comments on commit a538f48

Please sign in to comment.