Skip to content

Commit

Permalink
Updated build command to run in /docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusleonas committed Aug 6, 2024
1 parent 003d54e commit 9c2f7a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
- name: build
run: ./linux-amd64/malta build
working-directory: /docs
working-directory: ./docs

- name: upload pages artifact
uses: actions/upload-pages-artifact@v1
with:
path: dist
path: ./docs/dist

deploy:
needs: build
Expand Down

0 comments on commit 9c2f7a2

Please sign in to comment.