mirror of
https://github.com/p-stream/docs.git
synced 2026-03-11 09:45:39 +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: (Pasithea)[https://github.com/Pasiteha0]
|
||||
* Founder: [movie-web Team](https://github.com/movie-web-archive)
|
||||
* 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:
|
||||
branches:
|
||||
- master
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
@ -13,7 +14,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- uses: pnpm/action-setup@v2
|
||||
- uses: pnpm/action-setup@v3
|
||||
with:
|
||||
version: 8
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue