Skip to content

Commit

Permalink
Update on-push-master-documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vacxe authored Aug 25, 2024
1 parent 12a553b commit 0139cb9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/on-push-master-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,16 @@ jobs:
with:
node-version: 18

- name: Change directory to documentation
run: cd documentation

- name: Install dependencies
working-directory: ./documentation
run: npm install

- name: Build site
working-directory: ./documentation
run: npm run build

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
publish_dir: ./documentation/build

0 comments on commit 0139cb9

Please sign in to comment.