Skip to content

Commit

Permalink
Update main.yml (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
alina-derkach-oaza authored Jul 23, 2024
1 parent 598b304 commit 7330f0c
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,21 @@ jobs:
name: Deploy docs
runs-on: ubuntu-latest

steps:
#Pull the latest changes
- name: Chekout code
uses: actions/checkout@v3
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
#Node version
- name: Set up Node.js
uses: actions/setup-node@v3
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
#Prepare the env
- name: Set up Python
uses: actions/setup-python@v3
node-version: '20'

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

#Configure git
- name: Configure git
Expand Down

0 comments on commit 7330f0c

Please sign in to comment.