Skip to content

Commit

Permalink
fix4
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellga committed Mar 23, 2024
1 parent 0fcd88f commit 8ad564b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,13 @@ jobs:

- name: build documentation
run: |
print(Sys.info()[["machine"]])
rdocs::generate_docs(files = "./rdocs/R/main.R", folder_name = "docs", gh_url = "https:/daniellga/rdocs/tree/main/rdocs/R", run_examples = FALSE)
shell: Rscript {0}

- name: Check for changes
id: check_changes
run: |
git diff --exit-code || echo "Git has changes."
git diff --exit-code
if [ $? -eq 0 ]; then
echo "No changes to commit."
exit 0
Expand Down

0 comments on commit 8ad564b

Please sign in to comment.