Skip to content

Commit

Permalink
fix: disable deployment to github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Oct 19, 2023
1 parent 33bcf5f commit 06e3493
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ on:
branches:
- "main"

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
# Sets permissions of the GITHUB_TOKEN
permissions:
contents: write
pages: write
id-token: write
deployments: write

Expand All @@ -19,7 +18,7 @@ concurrency:

jobs:
build:
name: Build pages
name: Build site
runs-on: ubuntu-latest
continue-on-error: true
timeout-minutes: 15
Expand Down Expand Up @@ -51,19 +50,6 @@ jobs:
name: docusaurus
path: "./build"

# Deployment job
deploy:
name: Deploy pages
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1

# Deployment job
deploy-ssh:
name: Deploy to casparcg.com
Expand Down

0 comments on commit 06e3493

Please sign in to comment.