Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc287add

Browse files
authored
Merge pull request#81 from matplotlib/QuLogic-patch-1
Add an empty Pages deployment
2 parents1fafb9d +ee454a8 commitc287add

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

‎.github/workflows/pages.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name:Deploy static content to Pages
3+
4+
on:
5+
push:
6+
branches:["main"]
7+
workflow_dispatch:
8+
9+
permissions:
10+
pages:write
11+
id-token:write
12+
13+
concurrency:
14+
group:"pages"
15+
cancel-in-progress:false
16+
17+
jobs:
18+
deploy:
19+
environment:
20+
name:github-pages
21+
url:${{ steps.deployment.outputs.page_url }}
22+
runs-on:ubuntu-latest
23+
steps:
24+
-name:Setup Pages
25+
run:|
26+
mkdir pages
27+
echo matplotlib.org > pages/CNAME
28+
-name:Upload Pages artifact
29+
uses:actions/upload-pages-artifact@v3
30+
with:
31+
path:'pages'
32+
-name:Deploy to GitHub Pages
33+
id:deployment
34+
uses:actions/deploy-pages@v4

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp