Skip to content

Commit

Permalink
Commit changes for aliases
Browse files Browse the repository at this point in the history
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
  • Loading branch information
bact authored Sep 2, 2024
1 parent b35326e commit 312bf99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish_v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,7 @@ jobs:
mkdir -p "$dir"/rdf
cp v3.0.1/rdf/* "$dir"/rdf
cp v3.0.1/rdf/* "$dir"/model
git add "$dir"/rdf/* "$dir"/model/*
done
git commit -m "Copy schema and RDFs to alias directories"
git push origin $GH_PAGES_BRANCH

0 comments on commit 312bf99

Please sign in to comment.