-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
Hotfix/release 0.4.0
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
## Continuous Integration Workflow | ||
name: Build Tests | ||
|
||
# Controls when the action will run. Triggers the workflow on push or pull request | ||
# events but only for the master branch | ||
on: | ||
pull_request: | ||
branches: [release, staging, develop] | ||
paths: "src/app/**" | ||
|
||
# Target Branch Job | ||
jobs: | ||
Build-Export: | ||
# Execute on Ubuntu-Latest Distro | ||
runs-on: ubuntu-latest | ||
steps: | ||
# Check Out Repository | ||
- uses: actions/checkout@v1 | ||
|
||
# Install Node.js | ||
- uses: actions/setup-node@v1.4.4 | ||
with: | ||
node-version: 14 | ||
registry-url: https://npm.pkg.github.com/ | ||
scope: "@datature" | ||
|
||
# Install your dependencies | ||
- name: Installing | ||
working-directory: ./src/app | ||
run: npm install | ||
|
||
# Build NextJS Project | ||
- name: Building Nexus / NextJS | ||
working-directory: ./src/app | ||
run: npm run build:static | ||
|
||
- name: Pushing Static Files to Portal Build | ||
shell: bash | ||
run: | | ||
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" | ||
git config --local user.name "github-actions[bot]" | ||
git add -f ./portal_build/out | ||
git commit -m "Re-Exported Portal to Portal Build" -a | ||
- name: Push changes | ||
uses: ad-m/github-push-action@master | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
branch: ${{ github.head_ref }} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!DOCTYPE html><html><head><meta name="viewport" content="width=device-width"/><meta charSet="utf-8"/><title>404: This page could not be found</title><meta name="next-head-count" content="3"/><link rel="preload" href="./_next/static/css/ca4d9efbce0c6147795e.css" as="style"/><link rel="stylesheet" href="./_next/static/css/ca4d9efbce0c6147795e.css" data-n-g=""/><noscript data-n-css=""></noscript><link rel="preload" href="./_next/static/chunks/webpack-394344523ba71a263fed.js" as="script"/><link rel="preload" href="./_next/static/chunks/framework-ed7bdb74dc79a9637b99.js" as="script"/><link rel="preload" href="./_next/static/chunks/main-cdc763525a8ea4696302.js" as="script"/><link rel="preload" href="./_next/static/chunks/pages/_app-27d9fe788a9470d4097c.js" as="script"/><link rel="preload" href="./_next/static/chunks/pages/_error-601c334056601a913688.js" as="script"/></head><body><div id="__next"><div style="color:#000;background:#fff;font-family:-apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Fira Sans", Avenir, "Helvetica Neue", "Lucida Grande", sans-serif;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body { margin: 0 }</style><h1 style="display:inline-block;border-right:1px solid rgba(0, 0, 0,.3);margin:0;margin-right:20px;padding:10px 23px 10px 0;font-size:24px;font-weight:500;vertical-align:top">404</h1><div style="display:inline-block;text-align:left;line-height:49px;height:49px;vertical-align:middle"><h2 style="font-size:14px;font-weight:normal;line-height:inherit;margin:0;padding:0">This page could not be found<!-- -->.</h2></div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":404}},"page":"/_error","query":{},"buildId":"5sfRG-oWXsUG0Ve3uvxap","assetPrefix":".","nextExport":true,"isFallback":false,"gip":true}</script><script nomodule="" src="./_next/static/chunks/polyfills-eef578260fd80f8fff94.js"></script><script src="./_next/static/chunks/webpack-394344523ba71a263fed.js" async=""></script><script src="./_next/static/chunks/framework-ed7bdb74dc79a9637b99.js" async=""></script><script src="./_next/static/chunks/main-cdc763525a8ea4696302.js" async=""></script><script src="./_next/static/chunks/pages/_app-27d9fe788a9470d4097c.js" async=""></script><script src="./_next/static/chunks/pages/_error-601c334056601a913688.js" async=""></script><script src="./_next/static/5sfRG-oWXsUG0Ve3uvxap/_buildManifest.js" async=""></script><script src="./_next/static/5sfRG-oWXsUG0Ve3uvxap/_ssgManifest.js" async=""></script></body></html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
self.__SSG_MANIFEST=new Set,self.__SSG_MANIFEST_CB&&self.__SSG_MANIFEST_CB(); |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.