Skip to content

Commit

Permalink
Workflow: Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
violine1101 authored Sep 4, 2024
1 parent a3bc2dc commit ef4db6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push-build-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Build and deploy

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
id-token: write # Require write permission to Fetch an OIDC token.

on:
push:
branches: [ master ]
# Allow manually triggering deployment
workflow_dispatch:

jobs:
build:
name: Build and deploy
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit ef4db6d

Please sign in to comment.