Skip to content

Commit

Permalink
try new setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jsaintvanne committed Jan 4, 2024
1 parent 6da048e commit b7ed342
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

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

Expand All @@ -22,10 +22,7 @@ concurrency:

jobs:
# Single deploy job since we're just deploying
render-deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
build-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit b7ed342

Please sign in to comment.