diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index f239b45..d12db44 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -18,8 +18,8 @@ jobs: Rscript -e 'remotes::install_github("geocompx/geocompkg", dependencies = TRUE, force = TRUE)' #Rscript -e 'install.packages("geocompkg", repos = c("https://geocompr.r-universe.dev", "https://cloud.r-project.org"), dependencies = TRUE, force = TRUE)' Rscript -e 'bookdown::render_book("index.Rmd")' - cp -fvr _redirects _book/ - cp -fvr .htaccess _book/ + #cp -fvr _redirects _book/ + #cp -fvr .htaccess _book/ #cp -fvr es.html fr.html solutions.html htaccess.txt _book/ - name: Deploy uses: peaceiris/actions-gh-pages@v3