Skip to content

Commit

Permalink
Update main.yml (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
alina-derkach-oaza authored Jul 23, 2024
1 parent a6277a6 commit 54fa038
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +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
#Prepare the env
- name: Set up Python
uses: actions/setup-python@v3
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v4
with:
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 Expand Up @@ -58,4 +62,4 @@ jobs:
# - name: Grammar
# run: |
# npx write-good --no-passive docs/**/*.md || true
# # Ignore errors, just inspect results
# # Ignore errors, just inspect results

0 comments on commit 54fa038

Please sign in to comment.