Skip to content

Commit

Permalink
gh-pages fix and description
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadianriver committed Sep 2, 2021
1 parent e39536e commit 3bd4545
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-deploy.yml
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
test-build-deploy:
runs-on: ubuntu-latest
timeout-minutes: 3
timeout-minutes: 6
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
4 changes: 1 addition & 3 deletions client-react-carbon/public/index_demo.html
Expand Up @@ -7,7 +7,7 @@
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
content="An agile workflow web display for the TODO+ extension for VS Code."
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
Expand Down Expand Up @@ -51,8 +51,6 @@
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!-- single page app in bundle.js -->
<script src="/hqtodo/build/bundle.js"></script>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
Expand Down
2 changes: 1 addition & 1 deletion client-react-carbon/public/index_prod.html
Expand Up @@ -7,7 +7,7 @@
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
content="An agile workflow web display for the TODO+ extension for VS Code."
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
Expand Down

0 comments on commit 3bd4545

Please sign in to comment.