https://github.com/peaceiris/test-docusaurus
GitHub Pages and GitHub Actions example for facebook/docusaurus https://test-docusaurus.peaceiris.com/
https://github.com/peaceiris/test-docusaurus
Last synced: about 1 year ago
JSON representation
GitHub Pages and GitHub Actions example for facebook/docusaurus https://test-docusaurus.peaceiris.com/
- Host: GitHub
- URL: https://github.com/peaceiris/test-docusaurus
- Owner: peaceiris
- Created: 2020-06-21T04:28:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T00:59:48.000Z (almost 2 years ago)
- Last Synced: 2024-10-06T04:04:29.422Z (almost 2 years ago)
- Language: JavaScript
- Size: 1000 KB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## GitHub Actions and Pages Example for docusaurus
An example project for the [GitHub Actions for GitHub Pages](https://github.com/peaceiris/actions-gh-pages)
Deploy Log: https://github.com/peaceiris/test-docusaurus/commits/gh-pages
This project was created by `npx @docusaurus/init@next init`.
```sh
npx @docusaurus/init@next init website classic
```
```
# update deps
yarn upgrade
```