Skip to content

Commit

Permalink
Update validate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kmonsoor authored Feb 9, 2024
1 parent a2b2cd5 commit cbbf8b8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
# - name: update system
# run: sudo apt update && sudo apt upgrade -y
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
distribution: 'temurin'
Expand All @@ -24,12 +24,12 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '16'
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: 3.9
- uses: Gr1N/setup-poetry@v7
python-version: 3.11
- uses: Gr1N/setup-poetry@v8
with:
poetry-version: 1.2.0a2
poetry-version: 1.2.2
- uses: actions/cache@v2
with:
path: ~/.cache/pypoetry/virtualenvs
Expand All @@ -38,3 +38,4 @@ jobs:
poetry install
- run: |
poetry run pelican --settings ./publishconf.py ./content

0 comments on commit cbbf8b8

Please sign in to comment.