diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d11b3976d..e13b22267 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ name: Deploy Quartz site to GitHub Pages on: push: branches: - - v4 + - myPage permissions: contents: read @@ -18,10 +18,10 @@ jobs: build: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@myPage with: fetch-depth: 0 # Fetch all history for git info - - uses: actions/setup-node@v4 + - uses: actions/setup-node@myPage with: node-version: 22 - name: Install Dependencies @@ -42,4 +42,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@myPage \ No newline at end of file