Skip to content

Commit

Permalink
Update generate_plots.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qinip authored Sep 14, 2024
1 parent 70f71ba commit 282caf8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/generate_plots.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Generate Plots and Deploy to GitHub Pages for PCI-NKO
name: Generate Plots and Deploy to GitHub Pages

on:
push:
Expand All @@ -9,12 +9,14 @@ on:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.x'

Expand Down

0 comments on commit 282caf8

Please sign in to comment.