Skip to content

Commit

Permalink
deploy 1st
Browse files Browse the repository at this point in the history
  • Loading branch information
ms609 committed May 13, 2020
1 parent ecc1890 commit e02ac17
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
deploy:
# The type of runner that the job will run on
name: Deploy to GH pages
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -23,17 +23,17 @@ jobs:
- uses: docker://pandoc/latex:2.9
with:
args: --output=output/concentration.pdf ${{ env.FILELIST }}

- name: Upload artifact
uses: actions/upload-artifact@master
with:
name: output
path: output

- name: to gh-pages
uses: s0/git-publish-subdir-action@master
env:
REPO: self
BRANCH: gh-pages
FODLER: output
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload artifact
uses: actions/upload-artifact@master
with:
name: output
path: output

0 comments on commit e02ac17

Please sign in to comment.