Skip to content

Commit

Permalink
Обновит actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
strawberrycheeks committed Oct 6, 2024
1 parent 6671938 commit 2633789
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,20 @@ on:
branches:
- main

permissions:
contents: write

jobs:
build:
name: Build and deploy MkDocs static site
runs-on: ubuntu-latest

steps:
- name: Checkout main
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Python setup
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.12

Expand Down

0 comments on commit 2633789

Please sign in to comment.