Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debugging page preview #461

Closed
wants to merge 2 commits into from
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
11 changes: 7 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,14 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
force_orphan: true

- name: Build HTML with changed base_url
run: zola build --base-url "https://nordic-rse.org/previews/PR${{ github.event.number }}/" --output-dir public-previews
- name: Deploy PR preview
if: github.event_name == 'pull_request' && github.repository == github.event.pull_request.head.repo.full_name # if this build is a PR build and the PR is NOT from a fork
uses: JamesIves/github-pages-deploy-action@releases/v3
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: ./public
TARGET_FOLDER: "previews/PR${{ github.event.number }}" # The website preview is going to be stored in the previews subfolder
branch: gh-pages
folder: ./public-previews
target_folder: "previews/PR${{ github.event.number }}" # The website preview is going to be stored in the previews subfolder
6 changes: 4 additions & 2 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
### News

- At the Nordic-RSE conference we discussed the question among participants "Why do you think it is so crucial for organisations to invest in RSE teams?". We collected a lot of good points and summarized them in a [blog post titled "Small steps towards sustainable and open research - or why you should care about Research Software Engineering"](https://nordic-rse.org/blog/why-rse/). Feel free to share this further or use it to convince your employer to start an RSE group :)

- **Conference 2024**: In May we met at Aalto University in Espoo, Finland [Nordic RSE conference](/events/2024-in-person-conference/) for our first in-person conference. We met with about 30 RSE and RSE interested people to learn, network and discuss. Blog post about the conference coming soon!
- **Conference 2024**: In May we met at Aalto University in Espoo, Finland
[Nordic RSE conference](/events/2024-in-person-conference/) for our first
in-person conference. We met with about 30 RSE and RSE interested people to
learn, network and discuss. Blog post about the conference coming soon!


### Who we are
Expand Down
Loading