Skip to content

Commit 30b3539

Browse files
committed
Update artifact only
1 parent 21e9192 commit 30b3539

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/docs.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ jobs:
5151
- name: Check out repository 🛎️
5252
uses: actions/[email protected]
5353

54+
- name: Run Staged dependencies 🎦
55+
uses: insightsengineering/staged-dependencies-action@v1
56+
env:
57+
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
58+
with:
59+
enable-check: false
60+
direction: upstream
61+
5462
- name: Install package 📦
5563
run: R CMD INSTALL .
5664

0 commit comments

Comments
 (0)