| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| on: | |
| pull_request: | |
| push: | |
| branches: [main] | |
| schedule: | |
| - cron: '30 8 * * *' | |
| permissions: | |
| contents: write | |
| jobs: | |
| pr: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - uses: actions/setup-python@v4 | |
| with: | |
| python-version: 3.x | |
| - run: pip install virtualenv | |
| - run: make | |
| - run: make push | |
| env: | |
| GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
| Back | FazBrowse Home | New Git URL |