Skip to content

Commit

Permalink
wip: test build script in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
btlghrants committed Dec 19, 2023
1 parent 7d5327c commit 1bb20d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:

build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -50,8 +52,6 @@ jobs:
npm --workspace build run now -- --site "$SITE" --core "$CORE"
- name: Commit to source!
permissions:
contents: write
run: |
HUGO_OLD=$(realpath "$SITE/hugo.yaml")
HUGO_NEW=$(realpath "$WORK/hugo.yaml")
Expand Down

0 comments on commit 1bb20d6

Please sign in to comment.