Skip to content

Commit de6c951

Browse files
committed
Deploy next try
1 parent f003ed2 commit de6c951

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/deploy-documentation.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,15 @@ jobs:
2626

2727
- name: Install dependencies
2828
run: npm ci
29+
working-directory: ./docs
30+
2931
- name: Build website
3032
run: npm build
33+
working-directory: ./docs
3134

3235
- name: Upload Build Artifact
3336
uses: actions/upload-pages-artifact@v3
37+
working-directory: ./docs
3438
with:
3539
path: build
3640

docs/src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function HomepageHeader() {
2222
<div className={styles.buttons}>
2323
<Link
2424
className="button button--secondary button--lg"
25-
to="/docs/intro">
25+
to="/docs/documentation/intro">
2626
<Translate>Loslegen</Translate>
2727
</Link>
2828

0 commit comments

Comments
 (0)