Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update deploy-previews.yml
  • Loading branch information
epicfaace authored Mar 15, 2020
commit 9a4d8b820bd6d4a2e3c625201bf2fcc625192284
1 change: 1 addition & 0 deletions .github/workflows/deploy-previews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
make html
mkdir to-github
mv build/html to-github/${{ github.sha }}
touch to-github/.nojekyll
working-directory: Doc
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@3.4.1
Expand Down