From de882d528a7a7130a4cc80ed5606302a73b7394b Mon Sep 17 00:00:00 2001 From: Karandeep Singh Date: Mon, 7 Aug 2023 00:56:12 -0400 Subject: [PATCH] Fix README links, turn off caching of registries for building the docs --- .github/workflows/Documenter.yml | 2 +- README.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index 7bd6425..f2c268e 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -21,7 +21,7 @@ jobs: - uses: julia-actions/setup-julia@v1 - uses: julia-actions/cache@v1 with: - cache-registries: "true" + cache-registries: "false" - name: Install documentation dependencies run: julia --project=docs -e 'using Pkg; pkg"dev ."; Pkg.instantiate()' - name: Build and deploy diff --git a/README.md b/README.md index 624464d..ebd6b27 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ [![Build Status](https://github.com/TidierOrg/Tidier.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/TidierOrg/Tidier.jl/actions/workflows/CI.yml?query=branch%3Amain) [![Downloads](https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/Tidier&label=Downloads)](https://pkgs.genieframework.com?packages=Tidier) - + ## Tidier.jl Tidier.jl is a 100% Julia implementation of the R tidyverse meta-package. Similar to the R tidyverse, Tidier.jl re-exports several other packages, each focusing on a specific set of functionalities. - + ## TidierData.jl @@ -23,19 +23,19 @@ TidierData.jl is package dedicated to data transformation and reshaping, powered TidierPlots.jl is a package dedicated to plotting, powered by AlgebraOfGraphics.jl. It focuses on functionality within the ggplot2 R package. - + ## TidierCats.jl TidierCats.jl is a package dedicated to handling categorical variables, powered by CategoricalArrays.jl. It focuses on functionality within the forcats R package. - + ## TidierDates.jl TidierDates.jl is a package dedicated to handling dates and times. It focuses on functionality within the lubridate R package. - + ## TidierStrings.jl