mirror of
https://github.com/p-stream/docs.git
synced 2026-04-21 07:02:21 +00:00
update workflow
This commit is contained in:
parent
5ec34b9799
commit
b5e6729637
2 changed files with 4 additions and 3 deletions
4
.github/CODEOWNERS
vendored
4
.github/CODEOWNERS
vendored
|
|
@ -1,2 +1,2 @@
|
||||||
* Maintainers: [MW-Exodus Team](https://github.com/MW-Legacy)
|
* Founder: [movie-web Team](https://github.com/movie-web-archive)
|
||||||
* Founder: (Pasithea)[https://github.com/Pasiteha0]
|
* Maintainer: (Pasithea)[https://github.com/Pasiteha0]
|
||||||
|
|
|
||||||
3
.github/workflows/github_pages.yml
vendored
3
.github/workflows/github_pages.yml
vendored
|
|
@ -4,6 +4,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
@ -13,7 +14,7 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v2
|
- uses: pnpm/action-setup@v3
|
||||||
with:
|
with:
|
||||||
version: 8
|
version: 8
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue