html-preview #9805
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: html-preview | |
on: [status, workflow_dispatch] | |
jobs: | |
html-preview: | |
runs-on: ubuntu-latest | |
name: Create link to html_demo artifact | |
steps: | |
- name: GitHub Action step | |
uses: larsoner/circleci-artifacts-redirector-action@master | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
api-token: ${{ secrets.CIRCLE_TOKEN }} | |
artifact-path: 0/html/index.html | |
circleci-jobs: html_demo |