Revert "Build and deploy with ubuntu-latest" #746
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Update Contributors | |
| on: | |
| push: | |
| branches: [master] | |
| pull_request: | |
| branches: [master] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: checkout repo content | |
| uses: actions/checkout@v3 # checkout the repository content | |
| - name: execute update script | |
| run: "cd _data/repos; chmod +x ../../_scripts/get_repos.sh; ../../_scripts/get_repos.sh; ls -l" |