docs(sessions): 📝 move schedule to be Markdown table, not use R … #21
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: Build and deploy website | |
on: | |
push: | |
branches: main | |
jobs: | |
build-deploy-website: | |
uses: rostools/.github/.github/workflows/build-website.yml@main | |
secrets: | |
netlify-token: ${{ secrets.NETLIFY_AUTH_TOKEN }} |