Skip to content

Commit

Permalink
Build www zip with bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
kiron1 committed Jan 19, 2025
1 parent bc8015d commit 693aa1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 44 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/pages.yaml

This file was deleted.

5 changes: 2 additions & 3 deletions www/BUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
load("@rules_pkg//:pkg.bzl", "pkg_tar")
load("@rules_pkg//:pkg.bzl", "pkg_zip")

pkg_tar(
pkg_zip(
name = "www",
srcs = [
"bootstrap.min.css",
Expand All @@ -11,5 +11,4 @@ pkg_tar(
"popper.min.js",
"//doc",
],
extension = "tar.gz",
)

0 comments on commit 693aa1c

Please sign in to comment.