Skip to content

Commit

Permalink
added OJS widget for selecting electorate and gt summary table, prere…
Browse files Browse the repository at this point in the history
…ndered,

github actions to push to pages
  • Loading branch information
Christian Klettner committed Nov 23, 2023
1 parent decd6a3 commit 1a82610
Show file tree
Hide file tree
Showing 21 changed files with 40,598 additions and 20 deletions.
Binary file modified .DS_Store
Binary file not shown.
22 changes: 22 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Deploy static content to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
concurrency:
group: "pages"
cancel-in-progress: false
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: move
run: |
mkdir docs
cp -r PrefFlow2022_files docs
cp PrefFlow2022.html docs
Loading

0 comments on commit 1a82610

Please sign in to comment.