Skip to content

Commit

Permalink
ci(fix): disable environments temporary (#3191)
Browse files Browse the repository at this point in the history
environments were originally a mean to run in another branch, the site should work without it as-is.
  • Loading branch information
scarf005 authored Sep 21, 2023
1 parent 869a914 commit 2a98912
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:
jobs:
build:
runs-on: ubuntu-22.04
environment: github-pages
# environment: github-pages
steps:
- name: Checkout your repository using git
uses: actions/checkout@v3
Expand All @@ -29,9 +29,9 @@ jobs:
node-version: 20
package-manager: pnpm
pnpm-version: 8.7.x
env:
CUSTOM_SITE_URL: ${{ vars.CUSTOM_SITE_URL }}
CUSTOM_REPO_URL: ${{ vars.CUSTOM_REPO_URL }}
# env:
# CUSTOM_SITE_URL: ${{ vars.CUSTOM_SITE_URL }}
# CUSTOM_REPO_URL: ${{ vars.CUSTOM_REPO_URL }}

deploy:
needs: build
Expand Down

0 comments on commit 2a98912

Please sign in to comment.