Skip to content

Commit

Permalink
Finilize config
Browse files Browse the repository at this point in the history
  • Loading branch information
druzhinin-kirill committed May 1, 2024
1 parent 3f4483b commit c8e0e6a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Release

on:
pull_request:
branches:
- master
push:
tags:
- "*"

jobs:
release:
Expand All @@ -21,7 +21,6 @@ jobs:
- name: Install dependencies
run: |
pdm sync -G docs
- name: Deploy docs
run: |
pdm run mkdocs gh-deploy --force

0 comments on commit c8e0e6a

Please sign in to comment.