Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .github/workflows/build-r-package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Build plotly

on:
workflow_dispatch:
push:

jobs:
build:
name: Build plotly
permissions:
checks: write
contents: read
uses: Displayr/nixr-public/.github/workflows/build-flake-installable.yaml@master
with:
installable-path: pkgs.x86_64-linux.rPackages.plotly
build-args: --override-input displayr-plotly .
installable-name: plotly
secrets: inherit
32 changes: 0 additions & 32 deletions package.nix

This file was deleted.

Loading