Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Solymos <psolymos@gmail.com>
  • Loading branch information
psolymos committed Jul 6, 2024
1 parent c58eb3a commit 270c365
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rmd-prerender.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Build and Push Docker Image for faithful/rmd-prerender
name: Build and Push Docker Image for faithful/rmd-prerendered

on:
push:
branches: [ "main" ]
paths: [ "rmd-prerender/**"]
paths: [ "rmd-prerendered/**"]
pull_request:
branches: [ "main" ]
paths: [ "rmd-prerender/**"]
paths: [ "rmd-prerendered/**"]

env:
SHINY_SETUP: rmd-prerender
SHINY_SETUP: rmd-prerendered

permissions:
packages: write
Expand Down

0 comments on commit 270c365

Please sign in to comment.