Skip to content

Commit e4a2763

Browse files
switch to github pages website
#39
1 parent 42da035 commit e4a2763

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/build_pdf_manual.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ jobs:
5656
R -e "devtools::document()"
5757
R -e "pkgdown::build_site()"
5858
59-
- name: Generate PDF manual with pkgdown
60-
run: |
61-
R -e "pkgdown::build_pdf()"
62-
6359
- name: Commit and push changes
6460
if: success()
6561
uses: devops-infra/action-commit-push@master

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ devtools::install_github("inbo/fistools")
1616

1717
# what can I do with this package?
1818

19-
A list of functions & datasets can be found in the [reference manual](https://docs.google.com/viewer?url=https://raw.githubusercontent.com/inbo/fistools/main/fistools.pdf)
19+
A list of functions & datasets can be found in the [reference page](https://inbo.github.io/fistools/reference/index.html)

0 commit comments

Comments
 (0)