rcf49 / draft_zone

Sandbox of code snippets for future reference
https://rcf49.github.io/draft_zone/
0 stars 0 forks source link

Improve GitHub Actions #4

Closed rcf49 closed 11 months ago

rcf49 commented 11 months ago
rcf49 commented 11 months ago
  1. Created separate jobs for running and testing python, and then another set of jobs for building and deploying the GitHub Pages web page
  2. The jobs are dependent on each other, so they will not run in parallel
  3. Created issue #5 in order to track all future pushes/commits automatically made in a GitHub Action