Skip to content

Commit

Permalink
file spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
hythloda authored Mar 6, 2024
1 parent 3ea5040 commit d48e1d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 29 deletions.
25 changes: 0 additions & 25 deletions .github/workflow/publish.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@ name: CI
on:
# Triggers the workflow on push or pull request events but only for the "operations" branch
push:
branches: [ "operations" ]
branches: ["operations"]
pull_request:
branches: [ "operations" ]
branches: ["operations"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

name: Quarto Publish

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

0 comments on commit d48e1d6

Please sign in to comment.