Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,7 @@ jobs:
with:
fetch-depth: 0
- name: 'Build'
run: |
docker run \
--user $(id -u):$(id -g) \
-v "/var/run/docker.sock":"/var/run/docker.sock" \
-v ${{ github.workspace }}:/work \
-w /work \
--entrypoint bash \
python:2.7.18 \
-c /work/render.sh
run: ./render.sh
- name: 'Deploy'
if: ${{ (github.repository == 'jacoco/www.eclemma.org' && github.ref == 'refs/heads/master') }}
env:
Expand Down
5 changes: 1 addition & 4 deletions generator/eclemmasite.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
"""EclEmma's site structure at SourceForge

$LastChangedDate$
$Revision$
"""EclEmma's web site structure
"""

import sys
Expand Down
29 changes: 0 additions & 29 deletions generator/genshi/__init__.py

This file was deleted.

338 changes: 0 additions & 338 deletions generator/genshi/builder.py

This file was deleted.

Loading