From d11e6828e8829cbe1bead86fc37f3d3974add20a Mon Sep 17 00:00:00 2001 From: Elliot-32 Date: Fri, 22 Nov 2024 19:03:23 +0800 Subject: [PATCH] Update --- src/.github/workflows/deploy.yml | 39 --------------------------- src/content/posts/NHNC2024wp/index.md | 2 +- 2 files changed, 1 insertion(+), 40 deletions(-) delete mode 100644 src/.github/workflows/deploy.yml diff --git a/src/.github/workflows/deploy.yml b/src/.github/workflows/deploy.yml deleted file mode 100644 index 2dadc09..0000000 --- a/src/.github/workflows/deploy.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: Deploy to GitHub Pages - -on: - # 每次推送到 `main` 分支时触发这个“工作流程” - # 如果你使用了别的分支名,请按需将 `main` 替换成你的分支名 - push: - branches: [ main ] - # 允许你在 GitHub 上的 Actions 标签中手动触发此“工作流程” - workflow_dispatch: - -# 允许 job 克隆 repo 并创建一个 page deployment -permissions: - contents: read - pages: write - id-token: write - -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Checkout your repository using git - uses: actions/checkout@v4 - - name: Install, build, and upload your site - uses: withastro/action@v3 - # with: - # path: . # 存储库中 Astro 项目的根位置。(可选) - # node-version: 20 # 用于构建站点的特定 Node.js 版本,默认为 20。(可选) - # package-manager: pnpm@latest # 应使用哪个 Node.js 包管理器来安装依赖项和构建站点。会根据存储库中的 lockfile 自动检测。(可选) - - deploy: - needs: build - runs-on: ubuntu-latest - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - steps: - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file diff --git a/src/content/posts/NHNC2024wp/index.md b/src/content/posts/NHNC2024wp/index.md index 8791550..691f0d0 100644 --- a/src/content/posts/NHNC2024wp/index.md +++ b/src/content/posts/NHNC2024wp/index.md @@ -8,7 +8,7 @@ category: 'CTF' draft: false --- -[🚩 ctftime link](https://ctftime.org/event/2574/) +[🚩 CTFtime](https://ctftime.org/event/2574/) ## 🏁 Misc ### Blog 1