Skip to content

Commit

Permalink
changed artifact upload action2
Browse files Browse the repository at this point in the history
  • Loading branch information
FabricioArendTorres committed May 5, 2024
1 parent 3e21278 commit 60af9a3
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/build_and_deploy_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false
cancel-in-progress: true

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand All @@ -30,18 +30,13 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: 3.8

- uses: actions/cache@v2
name: Set up caches
with:
path: ~/.cache/pip
key: ${{ runner.os }}
cache: 'pip'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 60af9a3

Please sign in to comment.