Skip to content

Commit

Permalink
Merge branch 'develop' into gsoc/convert-input
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweetdevil144 committed Sep 15, 2024
2 parents c8e8a02 + e31bc0a commit 766174f
Show file tree
Hide file tree
Showing 344 changed files with 1,822 additions and 3,281 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: renderbook
on:
push:
branches:
- master
- main
- develop
tags:
- '*'
Expand Down Expand Up @@ -65,9 +65,12 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "GitHub Documentation Robot"
export VERSION=$(echo $GITHUB_REF | sed 's,.*/,,' )
if [ "$VERSION" == "main" ]; then
export VERSION=latest
fi
cd pecan-documentation
mkdir -p $VERSION
rsync -a --delete ../book_source/_book/ ${VERSION}/
git add --all *
git commit -m "Build book from pecan revision ${GITHUB_SHA}" || true
git push -q origin master
git push -q origin main
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ name: CI
on:
push:
branches:
- master
- main
- develop

tags:
- '*'
- "v*.*.*"
pull_request:
merge_group:
issue_comment:
Expand Down
102 changes: 0 additions & 102 deletions .github/workflows/depends.yml

This file was deleted.

Loading

0 comments on commit 766174f

Please sign in to comment.