From a004096b2c9e697a6b8c3ed0a765ab793675d228 Mon Sep 17 00:00:00 2001 From: Teiva Harsanyi <934784+teivah@users.noreply.github.com> Date: Tue, 12 Sep 2023 11:50:24 +0200 Subject: [PATCH] Deployment --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3715d1c..9ed0b1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,9 +12,6 @@ jobs: permissions: pages: write id-token: write - environment: - name: github-pages - url: 100go.co steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 @@ -30,4 +27,3 @@ jobs: - run: pip install mkdocs-material - run: pip install pillow cairosvg - run: mkdocs gh-deploy --force - - uses: actions/deploy-pages@v2