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
Common template
./github/workflow/deploy-docs.yml
name: Deploy docs on: push: branches: - main paths: - '**/*.md' # manually run workflow workflow_dispatch: jobs: deploy-docs-to-notion: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - run: | npx @vrerv/md-to-notion \ -t ${{ secrets.NOTION_API_TOKEN }} \ -p ${{ secrets.MD_TO_NOTION_PAGE_ID }} \ -g ${{ github.repository }}/blob/${{ github.ref_name }} \ -v .
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Common template
./github/workflow/deploy-docs.yml
The text was updated successfully, but these errors were encountered: