Skip to content

Commit

Permalink
Merge pull request #151 from koor-tech/auto_build_and_publish_again
Browse files Browse the repository at this point in the history
ci: fix up auto build of master branch changes
  • Loading branch information
travisn authored May 9, 2023
2 parents 4870c85 + 2d3c8b1 commit b9414a3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,21 @@ permissions:

jobs:
build-and-publish-website:
# Depending on default permission settings for your org (contents being read-only or read-write for workloads), you will have to add permissions
# see: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token
permissions:
contents: write
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Build and publish website
run: |
Expand Down

0 comments on commit b9414a3

Please sign in to comment.