Skip to content

Commit

Permalink
Add publish.yml, minor front page edit.
Browse files Browse the repository at this point in the history
  • Loading branch information
admash committed May 8, 2024
1 parent 096c8f7 commit 9adbac9
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 72 deletions.
69 changes: 0 additions & 69 deletions .github/workflows/build.yml

This file was deleted.

25 changes: 25 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
on:
workflow_dispatch:
push:
branches: main

name: Quarto Publish

jobs:
build-deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Check out repository
uses: actions/checkout@v4

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }
8 changes: 5 additions & 3 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
title: "RTromsø: the R user group a UiT"
---

::: {.column-margin}
::: column-margin
![](RTromso-logo-hex.svg){fig-align="left"}
:::

R is a programming language which is especially powerful for statistics, data exploration, and visualization. It is open source and free to use, and has a large and active community of users.

**RTromsø** is a series of meet-ups and workshops for R users at UiT, the Arctic University of Norway where we can share knowledge and experiences, and together learn more about R.
Expand All @@ -15,5 +16,6 @@ R is a programming language which is especially powerful for statistics, data ex

If you would like to be added or removed from the RTromsø mailing list, please visit this [page](https://nettskjema.no/a/428883)

----
RTromsø is administered in coordination with the [Research Software Engineering](https://research-software.uit.no/) group at UiT.
------------------------------------------------------------------------

RTromsø is administered in coordination with the [Research Software Engineering](https://research-software.uit.no/) group at UiT.

0 comments on commit 9adbac9

Please sign in to comment.