Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
pchelle committed Oct 9, 2024
1 parent bd1eafb commit 8a93087
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Update dev website
name: Update website
on:
push:
branches:
- develop
- main
# The action needs permissions to update the branch
permissions:
contents: write
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

jobs:
build:
update-website:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 8a93087

Please sign in to comment.