From f74e108234b65af4034a1286735dc4a844cd8220 Mon Sep 17 00:00:00 2001 From: hopleus Date: Fri, 4 Oct 2024 21:36:30 +0300 Subject: [PATCH] Updated workflows --- .github/workflows/docs.yml | 30 +++++++++++++++--------------- .github/workflows/release.yml | 10 +++++----- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c5cddef74b..06e1a9fbc2 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -35,18 +35,18 @@ jobs: with: path: ./site - deploy: - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - permissions: - pages: write - id-token: write - runs-on: ubuntu-latest - needs: build - steps: - - name: Configure Pages - uses: actions/configure-pages@v4 - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v4 +# deploy: +# environment: +# name: github-pages +# url: ${{ steps.deployment.outputs.page_url }} +# permissions: +# pages: write +# id-token: write +# runs-on: ubuntu-latest +# needs: build +# steps: +# - name: Configure Pages +# uses: actions/configure-pages@v4 +# - name: Deploy to GitHub Pages +# id: deployment +# uses: actions/deploy-pages@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3554677f20..d4613f3352 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,11 +16,11 @@ jobs: with: fetch-depth: 0 - - name: Login to DockerHub - uses: docker/login-action@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} +# - name: Login to DockerHub +# uses: docker/login-action@v3 +# with: +# username: ${{ secrets.DOCKERHUB_USERNAME }} +# password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to GHCR uses: docker/login-action@v3