summaryrefslogtreecommitdiff
path: root/.github/workflows/update-site.yml
blob: 4cee7204cc7c7c84856095840524675704e74f9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: update site

on: workflow_dispatch  

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v2

    - name: Rename readme file
      run: ./scripts/update_site.sh