Skip to content

Commit 445b1bd

Browse files
committed
Fix: Add CellTFusion and DeconRNASeq to Remotes and use TOK_PAT secret
1 parent 1793e1c commit 445b1bd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
concurrency:
2020
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
2121
env:
22-
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
22+
GITHUB_PAT: ${{ secrets.TOK_PAT }}
2323
permissions:
2424
contents: write
2525
steps:

DESCRIPTION

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ Imports:
5151
utils,
5252
grid
5353
Remotes:
54+
VeraPancaldiLab/CellTFusion,
55+
bioc::DeconRNASeq,
5456
omnideconv/immunedeconv,
5557
omnideconv/omnideconv,
5658
omnideconv/DWLS,

0 commit comments

Comments
 (0)