Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sorawit committed Jul 9, 2024
1 parent 779e7c8 commit f2cfa6c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/pandoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
id-token: write

jobs:
build:
build-and-deploy:
runs-on: ubuntu-latest

steps:
Expand All @@ -32,16 +32,14 @@ jobs:
mkdir -p output
mv doc.pdf output/doc.pdf
deploy:
runs-on: ubuntu-latest
needs: build
steps:
- name: Setup Pages
uses: actions/configure-pages@v5

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

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit f2cfa6c

Please sign in to comment.