Skip to content

Commit 2a4c41e

Browse files
Removed check link from GitHub actions
1 parent efeaf74 commit 2a4c41e

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/ci-reusable.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,3 @@ jobs:
5656

5757
- name: Generating docs
5858
run: npm run build
59-
60-
- name: Check Links
61-
run: npm run check-links

scripts/prepare-raw.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ const args = parseArgs(process.argv);
3737
const rebuild = args['rebuild-raw'],
3838
extraRepos = args['extra-repos'];
3939

40-
copyGitHub('enactjs/enact', 'raw/enact', rebuild, 'feature/astro', args['ssh']);
41-
copyGitHub('enactjs/cli', 'raw/cli', rebuild, 'feature/astro', args['ssh']);
40+
copyGitHub('enactjs/enact', 'raw/enact', rebuild, args['enact-branch'], args['ssh']);
41+
copyGitHub('enactjs/cli', 'raw/cli', rebuild, args['cli-branch'], args['ssh']);
4242
copyGitHub('enactjs/eslint-config-enact', 'raw/eslint-config-enact', rebuild, args['eslint-config-branch'], args['ssh']);
4343

4444
if (extraRepos) {

0 commit comments

Comments
 (0)