Skip to content

Commit

Permalink
Merge pull request #18 from Sage-Bionetworks/update-instructions
Browse files Browse the repository at this point in the history
Update instructions
  • Loading branch information
avanlinden authored Aug 22, 2024
2 parents d426c31 + 0d9d5b3 commit ed8b440
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-shinyapps-io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

name: shinyapps-io-deploy

# run when PR is merged OR via workflow dispatch
on:
pull_request:
types:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/deploy-shinylive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ on:
workflow_dispatch:
# Trigger on push to `main` branch
push:
branches: ["main"]
# Trigger on pull request to all branches (but do not deploy to gh-pages)
pull_request:
branches: "main"

jobs:
shinylive:
Expand Down
8 changes: 4 additions & 4 deletions ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ ui <- function() {
fluidRow(
column(
8,
p("Explore AD metadata template columns by column name, value, or description. ",
"You can use the large search bar to query the entire table, ",
"the small search bars underneath the column names to query by ",
"column, and the pagination at the bottom to flip through the table."
p("Explore AD metadata template columns by name, value, or description. ",
"You can use the large search bar at the top to query the entire dictionary, ",
"the small search bars underneath the dictionary column names to query by ",
"dictionary column, and the pagination at the bottom to flip through the table."
)
),
column(
Expand Down

0 comments on commit ed8b440

Please sign in to comment.