Skip to content

Commit 0842e4c

Browse files
committed
remove actions from template workflow
1 parent 0ca3da0 commit 0842e4c

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/create_package.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ jobs:
3737
git push origin gh-pages
3838
git checkout main
3939
40+
- name: Move actions
41+
run: |
42+
mv extras/R-CMD-check.yaml .github/workflows/R-CMD-check.yaml
43+
mv extras/pkgdown.yaml .github/workflows/pkgdown.yaml
44+
4045
- name: Remove files
4146
run: |
4247
rm README.md
@@ -58,5 +63,6 @@ jobs:
5863
5964
- name: Commit & push changes to main
6065
run: |
66+
git add -A
6167
git commit -m "Setup package"
6268
git push origin HEAD:main

0 commit comments

Comments
 (0)