Skip to content

website_update

website_update #1218

name: website_update
on:
schedule:
- cron: '33 1 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install requirements
run: |
sudo apt-get update
sudo apt-get -y install curl bibtool bibtex2html
- name: update website files
env:
EVENTSURL: ${{ secrets.EVENTSURL }}
MEMBERSURL: ${{ secrets.MEMBERSURL }}
PAPERSURL: ${{ secrets.PAPERSURL }}
run: |
cd $GITHUB_WORKSPACE
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "GitHub Robot Action"
cd bin
source update-all.sh