We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need better documentation for all the libraries in this repo.
Acceptance Criteria:
docs/
name: build docs on: push: branches: - main jobs: build: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 with: persist-credentials: false - name: Build Docs run: | cd docs npm i npm run docs:build - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./docs/build allow_empty_commit: true force_orphan: true
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We need better documentation for all the libraries in this repo.
Acceptance Criteria:
docs/
folderThe text was updated successfully, but these errors were encountered: