Skip to content

Commit

Permalink
Upload gh-pages to gh actions repository
Browse files Browse the repository at this point in the history
  • Loading branch information
fendor committed Jan 26, 2024
1 parent be0da8e commit 40fbc00
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
- run: cp -r site/* build-folder
- run: find build-folder -type d -exec chmod 755 {} \;
- run: find build-folder -type f -exec chmod 644 {} \;
- name: Upload GH Pages site
uses: actions/upload-artifact@v1
with:
name: gh-pages-site
path: build-folder
- name: Deploy to GitHub Pages
if: github.event_name == 'release'
uses: JamesIves/github-pages-deploy-action@releases/v3
Expand Down

0 comments on commit 40fbc00

Please sign in to comment.