Skip to content

Commit

Permalink
FIX: YAML indentation
Browse files Browse the repository at this point in the history
- repaired broken indentation

 On branch main
 Changes to be committed:
	modified:   .github/workflows/publish.yml
  • Loading branch information
pantaray committed Aug 1, 2023
1 parent 86ae20e commit 131eb8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ on:
push:
branches: main

name: Quarto Publish
name: Quarto Publish

jobs:
jobs:
build-deploy:
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 131eb8a

Please sign in to comment.