Skip to content

Commit

Permalink
Merge pull request #4 from rformassspectrometry/jomain
Browse files Browse the repository at this point in the history
Re-add alignment vignette
  • Loading branch information
philouail authored Oct 14, 2024
2 parents e6bef3a + 35ae934 commit d8dde1f
Show file tree
Hide file tree
Showing 3 changed files with 409 additions and 9 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/build_deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: pkgdown

# on:
# push:
# branches:
# - jomain

on:
repository_dispatch:
types: [trigger-workflow-2]
push:
branches:
- jomain

# on:
# repository_dispatch:
# types: [trigger-workflow-2]

jobs:
build-and-deploy:
Expand Down Expand Up @@ -50,7 +50,6 @@ jobs:
apt-get -y install rsync
- name: Install pkgdown
if: github.ref == 'refs/heads/main'
run: |
install.packages('pkgdown')
shell: Rscript {0}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/docker-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
push:
branches:
- main
- jomain

jobs:
build-docker-and-push:
Expand Down
Loading

0 comments on commit d8dde1f

Please sign in to comment.