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
9
.github/workflows/publish.yml
vendored
9
.github/workflows/publish.yml
vendored
@ -2,12 +2,13 @@ name: Build and publish
|
||||
|
||||
on:
|
||||
push:
|
||||
branch:
|
||||
branches:
|
||||
- master
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
jobs:
|
||||
publishing:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v4
|
||||
|
Loading…
Reference in New Issue
Block a user