FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
plasmapy.github.io/.github/workflows/deploy.yml at main · PlasmaPy/plasmapy.github.io · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
PlasmaPy
/
plasmapy.github.io
Public
Notifications
You must be signed in to change notification settings
Fork
24
Star
17
Code
Issues
21
Pull requests
5
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
plasmapy.github.io
/
.github
/
workflows
/
deploy.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
21 lines (17 loc) · 354 Bytes
Breadcrumbs
plasmapy.github.io
/
.github
/
workflows
/
deploy.yml
Copy path
File metadata and controls
21 lines (17 loc) · 354 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name
:
Build and deploy site
on
:
push
:
branches
:
-
main
workflow_dispatch
:
jobs
:
nikola_build
:
runs-on
:
ubuntu-latest
name
:
Deploy Nikola to GitHub Pages
steps
:
-
name
:
Check out
uses
:
actions/checkout@v6
-
name
:
Build and Deploy Nikola
uses
:
getnikola/nikola-action@v8
with
:
dry_run
:
false
Back
|
FazBrowse Home
|
New Git URL