mirror of
https://github.com/InsanusMokrassar/docs.git
synced 2025-10-29 19:20:17 +00:00
fix in github workflows
fix in github workflows fix in github workflows
This commit is contained in:
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
@@ -2,11 +2,12 @@ name: Build and publish
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branch:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
publishing:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
|
|||||||
Reference in New Issue
Block a user