Skip to content

Commit

Permalink
👷 Set up Pandoc on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
prinsss committed Jan 14, 2024
1 parent 6053ef4 commit 27cf11d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
run_install: |
args: [--prefer-offline, --frozen-lockfile]
- name: Set up Pandoc
uses: nikeee/setup-pandoc@v1
run: pandoc --version

- name: Build
run: npx hexo generate

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ jobs:
chmod 600 ~/.ssh/id_rsa
ssh-keyscan github.com >> ~/.ssh/known_hosts
- name: Set up Pandoc
uses: nikeee/setup-pandoc@v1
run: pandoc --version

- name: Deploy
run: |
npx hexo deploy --generate

0 comments on commit 27cf11d

Please sign in to comment.