Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
singapore update
Browse files Browse the repository at this point in the history
  • Loading branch information
way0utwest committed Apr 8, 2021
1 parent ab5acc8 commit f91c588
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions docs/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Beautiful Jekyll CI
on: [push, pull_request]
jobs:
build:
name: Build Jekyll
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the site in the jekyll/builder container
run: |
export JEKYLL_VERSION=3.8
docker run \
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
-e PAGES_REPO_NWO=${{ github.repository }} \
jekyll/builder:$JEKYLL_VERSION /bin/bash -c "chmod 777 /srv/jekyll && jekyll build --future"
2 changes: 1 addition & 1 deletion docs/_posts/2020-11-28-SQLSat-1019.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ prettydate: "28 November 2020"
- 182 Cecil Street, Frasers Tower, Level 11 · Singapore
- Singapore, , Singapore

<a href="/assets/pdf/1019.pdf">PDF of Schedule</a>
[PDF of Schedule](/assets/pdf/1019.pdf)

This event has completed. All data shown below is from the historical XML public data available.
<ul>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ These are the SQL Saturday events that have been scheduled.
{% endfor %}
{% if future == 0 %}
<tr>
<td>&nbsp;</td>
<td>![SQL Saturday logo](/assets/img/logos/Just_icon_Color.png)</td>
<td>No future events scheduled at this time
</td>
<td>&nbsp;</td>
Expand Down

0 comments on commit f91c588

Please sign in to comment.