diff --git a/deploy.yml b/deploy.yml deleted file mode 100644 index 4928341..0000000 --- a/deploy.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: 部署到PAGES - -on: - push: - branches: - - main # 触发分支 - -jobs: - copy-folder: - runs-on: ubuntu-latest - steps: - - name: Checkout source branch - uses: actions/checkout@v3 - - - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./doxygen/html # Directory containing your index.html and coupon_details.json