Skip to content

Commit

Permalink
add github pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Feb 15, 2023
1 parent a110045 commit 642013f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,16 @@ jobs:
docker-compose down
if: failure()

- name: Setup Pages
uses: actions/configure-pages@v3
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./tests/end-to-end/cypress/reports/html/
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v1

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# _config.yml

0 comments on commit 642013f

Please sign in to comment.