Skip to content

Commit

Permalink
fix: version in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
as-ajitsingh committed Sep 30, 2023
1 parent 4f80b73 commit ad0e925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: cd docs && yarn build

- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v4
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/build # Adjust the path based on your project structure
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/markdown-page.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Markdown page example
title: Markdown page example 2
---

# Markdown page example
Expand Down

0 comments on commit ad0e925

Please sign in to comment.