Skip to content

Commit 3a983b8

Browse files
Update release.yml
1 parent 77b8148 commit 3a983b8

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/workflows/release.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,29 @@ on:
22
push:
33
tags:
44
- 'v*'
5+
name: Release
6+
7+
jobs:
8+
pages:
9+
name: Publish GitHub Pages
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Checkout
13+
uses: actions/checkout@master
14+
with:
15+
fetch-depth: 3
16+
- name: Build
17+
run: |
18+
git clone --depth=1 https://github.com/wp-content-framework/travis-ci.git travis-ci
19+
bash travis-ci/bin/deploy/gh-pages.sh
20+
env:
21+
CI: 1
22+
TRAVIS_BUILD_DIR: ${{ github.workspace }}
23+
GH_PAGES_TITLE: jQuery Marker Animation
24+
GH_PAGES_TRACKING_ID: UA-78163306-3
25+
- name: Deploy
26+
uses: JamesIves/github-pages-deploy-action@master
27+
env:
28+
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
29+
BRANCH: gh-pages
30+
FOLDER: gh-pages

0 commit comments

Comments
 (0)