Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pistache
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
pistache
Commits
be355a5c
Unverified
Commit
be355a5c
authored
May 09, 2021
by
Andrea Pappacoda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Docusaurus version and deploy script
parent
11fd7f7c
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2344 additions
and
3137 deletions
+2344
-3137
.github/workflows/pistache.io.yaml
.github/workflows/pistache.io.yaml
+7
-7
pistache.io/package.json
pistache.io/package.json
+3
-3
pistache.io/yarn.lock
pistache.io/yarn.lock
+2334
-3127
No files found.
.github/workflows/pistache.io.yaml
View file @
be355a5c
...
...
@@ -7,16 +7,16 @@ on:
jobs
:
pistacheio-deploy
:
runs-on
:
ubuntu-
20.04
runs-on
:
ubuntu-
latest
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Install dependencies
run
:
|
sudo apt-get
update && sudo apt-get install -qq npm --no-install-recommends --assume-yes
sudo
npm install --global --silent yarn
sudo
npm install --global --force --silent
npx
sudo apt-get
-qq update && sudo apt-get -qq install --assume-yes --no-install-recommends yarnpkg
sudo
update-alternatives --install /usr/bin/yarn yarn /usr/bin/yarnpkg 10
sudo
yarn global add --silent --no-progress --non-interactive
npx
-
name
:
Build docs site
run
:
|
...
...
pistache.io/package.json
View file @
be355a5c
...
...
@@ -12,8 +12,8 @@
"clear"
:
"docusaurus clear"
},
"dependencies"
:
{
"@docusaurus/core"
:
"2.0.0-alpha.7
0
"
,
"@docusaurus/preset-classic"
:
"2.0.0-alpha.7
0
"
,
"@docusaurus/core"
:
"2.0.0-alpha.7
5
"
,
"@docusaurus/preset-classic"
:
"2.0.0-alpha.7
5
"
,
"@mdx-js/react"
:
"^1.6.21"
,
"clsx"
:
"^1.1.1"
,
"react"
:
"^16.8.4"
,
...
...
pistache.io/yarn.lock
View file @
be355a5c
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment