Skip to content

Commit

Permalink
undo last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
topepo committed Dec 26, 2024
1 parent a22e557 commit 1a09bd7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ env:
GH_TOKEN: ${{ github.token }}
NUMBER: ${{ github.event.issue.number }}
GH_PAGES: gh-pages
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

jobs:
preview:
Expand All @@ -31,16 +30,6 @@ jobs:
with:
ref: refs/pull/${{ github.event.issue.number }}/merge

- name: Install system dependencies
run: |
sudo apt-get update -qq
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2

- uses: quarto-dev/quarto-actions/setup@v2
with:
version: pre-release
Expand Down

0 comments on commit 1a09bd7

Please sign in to comment.