Skip to content

Commit 2628e0d

Browse files
committed
Remove symlinks creation from CI
1 parent 6e7ec33 commit 2628e0d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
- name: test
2424
run: npm ci && npm test
2525
- name: generate documentation
26-
# We need the symbolic links to avoid breaking old URLs
27-
run: npm run doc && mkdir -p documentation/class && ln -s documentation/* documentation/class/
26+
run: npm run doc
2827
- name: Update github pages
2928
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
3029
uses: JamesIves/[email protected]

0 commit comments

Comments
 (0)