Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

feature/progress-tracker #50

Closed
wants to merge 51 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
2dd18bd
adding some test data and rendering
crazy4pi314 May 14, 2021
075da9f
adding new results page
crazy4pi314 May 16, 2021
57d4b3c
adding scrips, still needs action and secret
crazy4pi314 May 17, 2021
810a313
Merge branch 'main' into feature/progress-tracker
crazy4pi314 May 17, 2021
dad2e6a
updating to get api key from env var
crazy4pi314 May 17, 2021
9c0a0ac
add new build action
crazy4pi314 May 17, 2021
ccb8dec
fixing requirements install
crazy4pi314 May 17, 2021
8bcc1a8
sigh, fix path, push to same branch
crazy4pi314 May 17, 2021
e322024
updating lock for actions error
crazy4pi314 May 17, 2021
8fbe9aa
adding results page detail
crazy4pi314 May 18, 2021
46b290b
morning data
crazy4pi314 May 18, 2021
e04262b
updating action
crazy4pi314 May 18, 2021
b811ba8
switching trigger branch
crazy4pi314 May 18, 2021
d45d114
fixing target branch
crazy4pi314 May 18, 2021
928ef07
Merge branch 'main' into feature/progress-tracker
crazy4pi314 May 18, 2021
7614b48
fix typo
crazy4pi314 May 18, 2021
c0c19d1
fixing uses destination
crazy4pi314 May 18, 2021
7a3adee
typo 🤦‍♀️
crazy4pi314 May 18, 2021
bdbf120
adding action to update gh-pages branch
crazy4pi314 May 18, 2021
8066f0e
Merge branch 'main' of https://github.com/unitaryfund/unitaryhack int…
crazy4pi314 May 18, 2021
b0e7cca
trying different way to get changes on main
crazy4pi314 May 18, 2021
3ce71bc
pull and push
crazy4pi314 May 18, 2021
f5e1b5a
adding more git options
crazy4pi314 May 18, 2021
94a2d05
testing on same working branch
crazy4pi314 May 18, 2021
3683f14
fetch?
crazy4pi314 May 18, 2021
3fa2041
only fetching main
crazy4pi314 May 18, 2021
a183201
maybe no /
crazy4pi314 May 18, 2021
2a99a63
fixing syntax
crazy4pi314 May 18, 2021
b8e6d27
allow disowned relatives
crazy4pi314 May 18, 2021
00c40c6
I like pumpkins
crazy4pi314 May 18, 2021
c045722
trying rev-parse
crazy4pi314 May 18, 2021
a2884b7
fixing pwsh syntax
crazy4pi314 May 18, 2021
379a80e
giving gha jekyll info
crazy4pi314 May 18, 2021
7cbe2f0
Changing triggers
crazy4pi314 May 18, 2021
e8922c9
take 100
crazy4pi314 May 19, 2021
06d7708
fixing kramdown dependency
crazy4pi314 May 19, 2021
f0cc6d7
switching to seperate build/deploy
crazy4pi314 May 19, 2021
60dc717
adding ruby setup
crazy4pi314 May 19, 2021
29e96e8
adding linux gemlock
crazy4pi314 May 19, 2021
42063f8
regenerated lock instead
crazy4pi314 May 19, 2021
9563c3a
ruby cache removed
crazy4pi314 May 19, 2021
ce112eb
bundle install
crazy4pi314 May 19, 2021
91ed4ee
not using gemlock
crazy4pi314 May 19, 2021
a1b5c36
trying new ruby stuff
crazy4pi314 May 19, 2021
77e3429
version
crazy4pi314 May 19, 2021
f1deadd
switching to docker
crazy4pi314 May 19, 2021
7adca74
removing scraping for api limits
crazy4pi314 May 19, 2021
0ffbbf5
Revert "adding ruby setup"
crazy4pi314 May 19, 2021
4ff5f5b
using right branch
crazy4pi314 May 19, 2021
2821021
reoder ruby
crazy4pi314 May 19, 2021
59db755
removing to test site gen
crazy4pi314 May 19, 2021
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
Prev Previous commit
Next Next commit
updating action
  • Loading branch information
crazy4pi314 committed May 18, 2021
commit e04262b93a517498febbc70dda14e7c888f69c82
16 changes: 7 additions & 9 deletions .github/workflows/update-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: "0 * * * *"
# pull_request:
# branches: [ main ]
# schedule:
# - cron: "0 * * * *"

jobs:
build:
Expand All @@ -21,12 +21,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Git Commit and Push
# You may pin to the exact commit or the version.
# uses: github-actions-x/commit@5cf7985b07155682f82d02b6c2188d90cebeb0c8
uses: github-actions-x/commit@v2.8
uses: ad-m/github-push-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
name: "GitHub Actions"
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
- name: Build the site in the jekyll/builder container
run: |
docker run \
Expand Down