-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added OJS widget for selecting electorate and gt summary table, prere…
…ndered, github actions to push to pages
- Loading branch information
Christian Klettner
committed
Nov 23, 2023
1 parent
decd6a3
commit 1a82610
Showing
21 changed files
with
40,598 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.