Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
fundor333 committed Mar 13, 2024
1 parent 5a5ab0d commit fd0662a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/deploy.yml
@@ -1,4 +1,14 @@
name: Publish docs via GitHub Pages
name: Build and deploy
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

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

on:
push:
branches:
Expand Down

0 comments on commit fd0662a

Please sign in to comment.