Skip to content

Commit

Permalink
deactivated github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed May 10, 2024
1 parent df49842 commit f5a6049
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.

# Sample workflow for building and deploying a Jekyll site to GitHub Pages
name: Deploy Jekyll site to Pages
name: Generate website with Jekyll

on:
# Runs on pushes targeting the default branch
Expand All @@ -17,7 +11,6 @@ on:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: write
pages: write
id-token: write

# Allow one concurrent deployment
Expand Down Expand Up @@ -55,15 +48,3 @@ jobs:
with:
folder: _site
branch: site

# Deployment job
deploy:
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@v2

0 comments on commit f5a6049

Please sign in to comment.