Skip to content

Commit

Permalink
Update bookdown-build-from-desc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jengelaere authored Dec 5, 2023
1 parent 7dd5880 commit 2c7c1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bookdown-build-from-desc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- id : lower_repo
name: set lower case repo name (Bug when repository is in UPPERCASE)
run: echo "::set-output name=image_repository::$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]')"
run: echo "::set-output name=image_repository::$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_OUTPUT
bookdown:
name: Build and upload bookdown site as artifact
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2c7c1ef

Please sign in to comment.