Skip to content

Commit 9e74ffb

Browse files
committed
Deploying to gh-pages from @ fd0a242 πŸš€
0 parents  commit 9e74ffb

99 files changed

Lines changed: 6394 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
name: Build and Deploy
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
8+
9+
jobs:
10+
build-and-deploy:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Checkout πŸ›ŽοΈ
14+
uses: actions/checkout@v2
15+
with:
16+
persist-credentials: false
17+
18+
- uses: actions/setup-python@v2
19+
with:
20+
python-version: '3.8'
21+
22+
- uses: actions/setup-node@v2-beta
23+
with:
24+
node-version: '12'
25+
26+
- name: Install dependencies
27+
run: |
28+
pip install -r requirements.txt
29+
npm install
30+
npm install -g gatsby
31+
32+
- name: Build πŸ”§
33+
run: |
34+
make build
35+
36+
- name: Deploy πŸš€
37+
uses: JamesIves/github-pages-deploy-action@releases/v3
38+
if: github.ref == 'refs/heads/master'
39+
with:
40+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41+
BRANCH: gh-pages
42+
FOLDER: public
43+
SINGLE_COMMIT: true

β€Ž.nojekyllβ€Ž

Whitespace-only changes.

β€Ž454-b9f92d67ed65cbe867a0.jsβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
(self.webpackChunkjobs_board=self.webpackChunkjobs_board||[]).push([[454],{6454:function(){}}]);

β€ŽCNAMEβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
jobs.numfocus.org
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
<script
3+
id="gatsby-chunk-mapping"
4+
>
5+
window.___chunkMapping="{\"app\":[\"/app-f3015b33e0d1519b4e50.js\"],\"component---src-pages-index-jsx\":[\"/component---src-pages-index-jsx-c69b390a8b2951d21a38.js\"],\"component---src-pages-job-jsx\":[\"/component---src-pages-job-jsx-5adce11e087332a9b6b2.js\"]}";
6+
</script>
7+
<script>window.___webpackCompilationHash="42a01ba2259879648834";</script><script src="/webpack-runtime-1e389f007e5ea943b6e6.js" async></script><script src="/framework-39ca8b1240c34499b676.js" async></script><script src="/app-f3015b33e0d1519b4e50.js" async></script>

β€Žapp-f3015b33e0d1519b4e50.jsβ€Ž

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žapp-f3015b33e0d1519b4e50.js.mapβ€Ž

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žchunk-map.jsonβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"app":["/app-f3015b33e0d1519b4e50.js"],"component---src-pages-index-jsx":["/component---src-pages-index-jsx-c69b390a8b2951d21a38.js"],"component---src-pages-job-jsx":["/component---src-pages-job-jsx-5adce11e087332a9b6b2.js"]}

β€Žcommons-b164684f2b4b69492e95.jsβ€Ž

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/*! @license DOMPurify | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.0.8/LICENSE */

0 commit comments

Comments
Β (0)