Skip to content

Conversation

@alejoasotelo
Copy link
Owner

No description provided.

* **.github/workflows/deploy.yml**
  - Create a workflow file to automate the deployment process
  - Use `actions/checkout@v2` to check out the repository
  - Use `actions/setup-node@v2` to set up Node.js
  - Install dependencies and build the project
  - Deploy the built documentation to GitHub Pages using `peaceiris/actions-gh-pages@v3`

* **package.json**
  - Add a `deploy` script to build and deploy the documentation to GitHub Pages
  - Add `gh-pages` dependency

* **.gitignore**
  - Add the `out` directory to avoid committing build artifacts

* **README.md**
  - Update instructions for deploying the documentation to GitHub Pages
@alejoasotelo alejoasotelo merged commit 2692101 into deploy-api-docs May 9, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant