From b5e6729637d8cd0785b838b39d8613aa33bb35ae Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Thu, 5 Mar 2026 09:49:59 -0700 Subject: [PATCH] update workflow --- .github/CODEOWNERS | 4 ++-- .github/workflows/github_pages.yml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) 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