We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f003ed2 commit de6c951Copy full SHA for de6c951
.github/workflows/deploy-documentation.yml
@@ -26,11 +26,15 @@ jobs:
26
27
- name: Install dependencies
28
run: npm ci
29
+ working-directory: ./docs
30
+
31
- name: Build website
32
run: npm build
33
34
35
- name: Upload Build Artifact
36
uses: actions/upload-pages-artifact@v3
37
38
with:
39
path: build
40
docs/src/pages/index.js
@@ -22,7 +22,7 @@ function HomepageHeader() {
22
<div className={styles.buttons}>
23
<Link
24
className="button button--secondary button--lg"
25
- to="/docs/intro">
+ to="/docs/documentation/intro">
<Translate>Loslegen</Translate>
</Link>
0 commit comments