Skip to content

Commit

Permalink
fix deploy spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
JBenda committed Jan 22, 2024
1 parent 7aceb33 commit 095e85b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,8 @@ jobs:
path: comment.txt

pages:
permissions:
contents: write
name: "Upload Ink-Proof to Github Pages"
needs: [ compilation, build-doc ]
runs-on: ubuntu-latest
Expand All @@ -345,7 +347,7 @@ jobs:

# Deploy to Github Pages
- name: Deploy Page
uses: JamesIves/github-pages-deploy-action@4
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: inkproof-page
folder: www

0 comments on commit 095e85b

Please sign in to comment.