diff options
| author | Baitinq <[email protected]> | 2022-10-10 22:22:53 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-10-10 22:22:53 +0200 |
| commit | 0c93c5c2cddd47b706f9e07319b01e1c6bc491f8 (patch) | |
| tree | f98e337cce976c5e305db1fef50317459968f591 | |
| parent | Misc: Change base url to baitinq.ml (diff) | |
| download | baitinq.ml-0c93c5c2cddd47b706f9e07319b01e1c6bc491f8.tar.gz baitinq.ml-0c93c5c2cddd47b706f9e07319b01e1c6bc491f8.tar.bz2 baitinq.ml-0c93c5c2cddd47b706f9e07319b01e1c6bc491f8.zip | |
Misc: Remove github pages hook
| -rw-r--r-- | .github/workflows/gh-pages.yml | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml deleted file mode 100644 index b50ddd2..0000000 --- a/.github/workflows/gh-pages.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: github pages - -on: - push: - branches: - - main # Set a branch to deploy - pull_request: - -jobs: - deploy: - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v2 - with: - submodules: true # Fetch Hugo themes (true OR recursive) - fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - - - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 - with: - hugo-version: 'latest' - extended: true - - - name: Build - run: hugo --minify - - - name: Deploy - uses: peaceiris/actions-gh-pages@v3 - if: github.ref == 'refs/heads/main' - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./public |