Skip to content

Commit

Permalink
Attempt to fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacialCircumstances committed May 16, 2024
1 parent 41f75ff commit 3d3bbde
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,20 @@ on:

workflow_dispatch:

concurrency:
group: "pages"
cancel-in-progress: false

jobs:
build:
deploy:
permissions:
contents: read
pages: write
id-token: write
runs-on: ubuntu-latest

environment:
name: github-pages
url: ${{steps.deployment.outputs.page_url}}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -25,7 +35,6 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: 'public/'
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 3d3bbde

Please sign in to comment.