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
4f890a78
Unverified
Commit
4f890a78
authored
Feb 08, 2021
by
Kip
Committed by
GitHub
Feb 08, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #865 from Tachi107/docusaurus-fix-gh-action
Fix #863 issues
parents
34b739ba
af7afd3b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
16 deletions
+5
-16
.github/workflows/pistache.io.yaml
.github/workflows/pistache.io.yaml
+5
-5
pistache.io/docs/headers.md
pistache.io/docs/headers.md
+0
-6
pistache.io/docusaurus.config.js
pistache.io/docusaurus.config.js
+0
-4
pistache.io/static/CNAME
pistache.io/static/CNAME
+0
-1
No files found.
.github/workflows/pistache.io.yaml
View file @
4f890a78
...
...
@@ -7,7 +7,7 @@ on:
branches
:
[
master
]
jobs
:
build-and
-deploy
:
pistache.io
-deploy
:
runs-on
:
ubuntu-20.04
steps
:
...
...
@@ -15,9 +15,9 @@ jobs:
-
name
:
Install dependencies
run
:
|
sudo apt-get update && sudo apt-get install
yarnpkg npm --no-install-recommends --assume-yes -qq
sudo
update-alternatives --install /usr/bin/yarn yarn /usr/bin/yarnpkg 10
sudo npm install --global --silent npx
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
-
name
:
Build docs site
run
:
|
...
...
@@ -29,5 +29,5 @@ jobs:
uses
:
peaceiris/actions-gh-pages@v3
with
:
github_token
:
${{ secrets.GITHUB_TOKEN }}
publish_dir
:
./build
publish_dir
:
./
pistache.io/
build
cname
:
pistache.io
pistache.io/docs/headers.md
View file @
4f890a78
...
...
@@ -48,12 +48,6 @@ void parse(const std::string& data);
This function is used to parse the header from the string representation. Alternatively, to avoid allocating memory for the string representation, a _raw_ version can be used:
:::note Note to the Pistache team
Why not to use a
`std::string_view`
instead?
:::
```
cpp
void
parseRaw
(
const
char
*
str
,
size_t
len
);
```
...
...
pistache.io/docusaurus.config.js
View file @
4f890a78
...
...
@@ -62,10 +62,6 @@ module.exports = {
{
title
:
'
More
'
,
items
:
[
{
label
:
'
Blog
'
,
to
:
'
blog
'
,
},
{
label
:
'
GitHub
'
,
href
:
'
https://github.com/pistacheio/pistache
'
,
...
...
pistache.io/static/CNAME
deleted
100644 → 0
View file @
34b739ba
pistache.io
\ No newline at end of file
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