diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml new file mode 100644 index 0000000..0408f4a --- /dev/null +++ b/.github/workflows/pages.yml @@ -0,0 +1,40 @@ +name: GitHub Pages + +on: + push: + branches: [main] + workflow_dispatch: + +permissions: + contents: read + pages: write + id-token: write + +jobs: + build: + runs-on: ubuntu-latest + env: + OPENJUDGE_USERNAME: ${{ secrets.OPENJUDGE_USERNAME }} + OPENJUDGE_PASSWORD: ${{ secrets.OPENJUDGE_PASSWORD }} + OPENJUDGE_HOST: rjsj.openjudge.cn + steps: + - uses: actions/checkout@v4 + - uses: pnpm/action-setup@v3 + - uses: actions/setup-node@v4 + with: + node-version: "18" + cache: "pnpm" + - run: pnpm install --frozen-lockfile + - run: pnpm build + - uses: actions/upload-pages-artifact@v3 + with: + path: "./dist" + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + needs: build + steps: + - uses: actions/deploy-pages@v4 + id: deployment diff --git a/index.html b/index.html index e4b78ea..543e759 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Vite + React + TS + 安装并使用 CMake