Skip to content

Commit

Permalink
Setting up GitHub Pages publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeczek committed Nov 9, 2021
1 parent d07fc18 commit cd3f587
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
needs: [build]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Download Artifacts
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit cd3f587

Please sign in to comment.