added multiple social links possible #22
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: [ "main" ] | |
workflow_dispatch: | |
permissions: | |
contents: read | |
pages: write | |
id-token: write | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: 'actions/checkout@v3.5.2' | |
- uses: 'actions-rs/cargo@v1.0.1' | |
with: | |
command: run | |
- uses: 'actions/upload-pages-artifact@v1.0.8' | |
with: | |
path: public | |
- uses: 'actions/deploy-pages@v2.0.0' | |
# PLEASE STOP WITH THIS FUCKING YAML BULLSHIT THIS FORMAT IS PURE SHIT STOP USING IT FFS PLEASE |