Added isKey and getType methods to the documentation (#9111) #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: GitHub Pages CI | |
on: | |
push: | |
branches: | |
- master | |
- pages | |
paths: | |
- 'README.md' | |
- '.github/scripts/on-pages.sh' | |
- '.github/workflows/gh-pages.yml' | |
jobs: | |
build-pages: | |
name: Build GitHub Pages | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Copy Files | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
run: bash ./.github/scripts/on-pages.sh |