Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
situx authored Nov 6, 2024
1 parent 9fbdc6e commit bb83724
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ jobs:
mkdir application
pylode -o application/index.html -i application.ttl
mv application.ttl application/
pylode -o index.html -i index.ttl
mkdir core
cp index.ttl index.html core/
mv index.ttl core/
cd core
pylode -o index.html -i index.ttl
cd ..
mkdir co
pylode -o co/index.html -i co.ttl
mv co.ttl co/
Expand Down

0 comments on commit bb83724

Please sign in to comment.