diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 436e8c1..aae5079 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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] diff --git a/.github/workflows/github_pages.yml b/.github/workflows/github_pages.yml index 25e856c..c9cab88 100644 --- a/.github/workflows/github_pages.yml +++ b/.github/workflows/github_pages.yml @@ -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