Skip to content

Commit aeb9ebb

Browse files
committed
Merge branch 'main' of https://github.com/Piperift/SaveExtension into main
2 parents 65f1f8e + 3d21161 commit aeb9ebb

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# This is a basic workflow to help you get started with Actions
2+
3+
name: Docs
4+
5+
# Controls when the action will run.
6+
on:
7+
# Triggers the workflow on push or pull request events but only for the main branch
8+
push:
9+
branches: [ main ]
10+
11+
workflow_dispatch:
12+
13+
jobs:
14+
publish:
15+
runs-on: ubuntu-latest
16+
steps:
17+
- name: Checkout
18+
uses: actions/checkout@v2
19+
20+
- name: Deploy to GitHub Pages
21+
if: success()
22+
uses: crazy-max/ghaction-github-pages@v2
23+
with:
24+
target_branch: gh-pages
25+
build_dir: Docs
26+
env:
27+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Docs/.nojekyll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)