mirror of
https://github.com/InsanusMokrassar/docs.git
synced 2024-11-22 16:24:00 +00:00
fix in github workflows
fix in github workflows fix in github workflows
This commit is contained in:
parent
b08ddfea84
commit
fe91bd17a6
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
|
||||||
|
Loading…
Reference in New Issue
Block a user