Skip to content

Commit

Permalink
task: adding a few more things
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed Jan 16, 2024
1 parent 51e08c4 commit 925a2b0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,23 @@ on:
branches:
- main
pull_request:

permissions:
contents: read
pages: write
id-token: write

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

jobs:
Build:
name: build docs
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- uses: actions/checkout@v2
- name: Setup Pages
Expand Down

0 comments on commit 925a2b0

Please sign in to comment.