diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 6dedad4..e89f294 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -25,8 +25,18 @@ jobs: run: hugo --minify - name: Deploy - uses: peaceiris/actions-gh-pages@v3 - if: ${{ github.ref == 'refs/heads/master' }} + uses: amondnet/vercel-action@v19 with: - deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} - publish_dir: ./public \ No newline at end of file + vercel-token: ${{ secrets.VERCEL_TOKEN }} # Required + github-token: ${{ secrets.GITHUB_TOKEN }} #Optional + vercel-args: 'public' #Optional + vercel-org-id: ${{ secrets.VERCEL_ORG_ID}} #Required + vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID}} #Required + # working-directory: ./sub-directory + + # - name: Deploy gh-pages + # uses: peaceiris/actions-gh-pages@v3 + # if: ${{ github.ref == 'refs/heads/master' }} + # with: + # deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} + # publish_dir: ./public \ No newline at end of file diff --git a/layouts/partials/hooks/head-start/announcement-bar.html b/layouts/partials/hooks/head-start/announcement-bar.html deleted file mode 100644 index 8732d35..0000000 --- a/layouts/partials/hooks/head-start/announcement-bar.html +++ /dev/null @@ -1,11 +0,0 @@ -
-
- We moved to a New Site. - This site will NOT UPDATE any more. - -
-
- Please visit https://hpcde.hpcer.dev for latest news. -
-
\ No newline at end of file