Skip to content

Commit

Permalink
revert to manual publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
rpodcast committed Jan 4, 2024
1 parent f1f89d5 commit 7e8cd0a
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/build-dash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,3 @@ jobs:
NEXTCLOUD_USER: ${{ secrets.NEXTCLOUD_USER }}
NEXTCLOUD_PASSWORD: ${{ secrets.NEXTCLOUD_PASSWORD }}

- name: Was the dashboard updated?
id: dashboard-updated
run: |
if [[ $(git status --porcelain -- index.html index_files/) ]]; then
echo "has_update=true" >> "$GITHUB_OUTPUT"
fi
- name: Render and Publish to GH Pages
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7e8cd0a

Please sign in to comment.