Skip to content

Commit

Permalink
add buildWebpage to pull-request action
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Sep 14, 2023
1 parent dcfdb41 commit fb285cf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,14 @@ jobs:
result_run1=$?
echo "Complete at $(date +'%T'); return value $result_run1"
- name: run buildWebpage
id: run-buildWebpage
env:
GITHUB_PAGES_BASEURL: https://dwrensha.github.io/math-puzzles-in-lean4/
run: |
set -o pipefail
echo "Starting build at $(date +'%T')"
build/bin/buildWebpage
result_run1=$?
echo "Complete at $(date +'%T'); return value $result_run1"

0 comments on commit fb285cf

Please sign in to comment.