Skip to content

Commit

Permalink
publish whole site
Browse files Browse the repository at this point in the history
  • Loading branch information
wileyj committed Nov 27, 2023
1 parent be313e9 commit cadbc8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ jobs:
run: gem install asciidoctor asciidoctor-pdf
- name: Build html and pdf
run: |
asciidoctor -D dist research/emissions-research/*.adoc
asciidoctor-pdf -D dist --theme research/emissions-research/pdf-theme.yml -a "!toc" research/emissions-research/*.adoc
asciidoctor -D research/emissions-research research/emissions-research/*.adoc
asciidoctor-pdf -D research/emissions-research --theme research/emissions-research/pdf-theme.yml -a "!toc" research/emissions-research/*.adoc
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: "dist"
path: "./"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v2

0 comments on commit cadbc8e

Please sign in to comment.