DATA: Update Apple Devices Table for JS V1.740909 #74
Workflow file for this run
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: Generate Documentation Preview | |
on: | |
pull_request: | |
jobs: | |
# Run the common workflow on each pull request | |
Generate_Documentation_Preview: | |
uses: 51Degrees/common-ci/.github/workflows/generate-documentation-preview.yml@main | |
with: | |
repo-name: ${{ github.event.repository.name }} | |
pull-request-id: ${{ github.event.number }} | |
secrets: | |
token: ${{ secrets.ACCESS_TOKEN }} |