Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test #42

Closed
wants to merge 22 commits into from
Closed

test #42

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
73d8f5d
change workflow
Jugbot Jun 28, 2020
8773c49
Update deploy.yml
Jugbot Jun 28, 2020
3c2a92c
Update deploy.yml
Jugbot Jun 28, 2020
c005f7b
Update deploy.yml
Jugbot Jun 28, 2020
a7606e3
Update vue.config.js
Jugbot Jun 28, 2020
36b43cd
Merge branch 'develop' of https://github.com/Jugbot/jugbot.github.io …
Jugbot Jun 28, 2020
96ad68c
Bump lodash from 4.17.15 to 4.17.19
dependabot[bot] Jul 21, 2020
1a5bd2b
Bump elliptic from 6.5.1 to 6.5.3
dependabot[bot] Aug 2, 2020
924b426
Bump @hapi/hoek from 8.3.2 to 8.5.1
dependabot[bot] Sep 5, 2020
793fc26
Bump http-proxy from 1.18.0 to 1.18.1
dependabot[bot] Sep 12, 2020
5bd57ac
Bump highlight.js from 9.16.2 to 10.4.1
dependabot[bot] Dec 4, 2020
b2b3c11
Google Search Console Access
Jugbot Jan 19, 2021
c6035ae
Merge pull request #7 from Jugbot/dependabot/npm_and_yarn/lodash-4.17.19
Jugbot Jan 19, 2021
f2b7331
Merge pull request #8 from Jugbot/dependabot/npm_and_yarn/elliptic-6.5.3
Jugbot Jan 19, 2021
7edc0e5
Merge pull request #9 from Jugbot/dependabot/npm_and_yarn/hapi/hoek-8…
Jugbot Jan 19, 2021
baa8c70
Merge pull request #10 from Jugbot/dependabot/npm_and_yarn/http-proxy…
Jugbot Jan 19, 2021
1efa935
Merge pull request #12 from Jugbot/dependabot/npm_and_yarn/highlight.…
Jugbot Jan 19, 2021
854b8cc
remove old links
Jugbot Feb 13, 2024
a6028b8
Update index.html
Jugbot Feb 13, 2024
af4490b
Update deploy.yml
Jugbot Feb 13, 2024
a6ab3e0
update dependencies, fix build
Jugbot Feb 13, 2024
a82fb64
Update index.html
Jugbot Feb 13, 2024
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
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
4 changes: 2 additions & 2 deletions dev/.eslintrc.js → .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ module.exports = {
"multiline": "never"
}],
'vue/component-name-in-template-casing': 'error',
'vue/require-direct-export': 'warning'
'vue/require-direct-export': 'warn'
},

parserOptions: {
parser: 'babel-eslint'
parser: '@babel/eslint-parser'
},
}
18 changes: 16 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,25 @@ on:

jobs:
deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '12'

- name: Cache dependencies
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-

- run: somebuild
- run: npm ci
- run: npm run build

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion css/app.2d208fc0.css

This file was deleted.

1 change: 0 additions & 1 deletion css/chunk-vendors.93ca6559.css

This file was deleted.

Loading
Loading