Skip to content

Commit

Permalink
try linking to build via GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Jan 17, 2020
1 parent 87e118b commit 1e74705
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ jobs:
bundle
- run:
name: build and output to _site
name: build
command: |
bundle exec jekyll build
- store_artifacts:
path: ~/project/_site
destination: html
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
on: [status]
jobs:
circleci_artifacts_redirector_job:
runs-on: ubuntu-latest
name: Run CircleCI artifacts redirector
steps:
- name: GitHub Action step
uses: larsoner/circleci-artifacts-redirector-action@master
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
artifact-path: 0/html/index.html
circleci-jobs: build

0 comments on commit 1e74705

Please sign in to comment.