Skip to content

Commit

Permalink
Merge pull request #94 from OxfordIHTM/dev
Browse files Browse the repository at this point in the history
test gh-pages deploy
  • Loading branch information
ernestguevarra authored Oct 5, 2024
2 parents a1ce41d + ca99f6d commit bf8a97d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/publish_slides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install system dependencies
run: |
sudo apt-get update && sudo apt-get install -y --no-install-recommends \
curl rysnc
curl rsync
- name: Install chrome
run: |
Expand All @@ -40,14 +40,6 @@ jobs:
source("_render_slides.R")
shell: Rscript {0}

# - name: Upload artifacts
# uses: actions/upload-pages-artifact@v3
# with:
# path: docs
#
# - name: Deploy to gh-pages
# uses: actions/deploy-pages@v4

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down

0 comments on commit bf8a97d

Please sign in to comment.