This file contains hidden or 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
$fa-font-path: '~@fortawesome/fontawesome-pro/webfonts'; | |
@import '~@fortawesome/fontawesome-pro/scss/fontawesome'; | |
@import '~@fortawesome/fontawesome-pro/scss/solid'; | |
@import '~@fortawesome/fontawesome-pro/scss/regular'; | |
@import '~@fortawesome/fontawesome-pro/scss/brands'; |
This file contains hidden or 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
# Install XCode before running any commands below | |
# Setup RubyMotion and XCode | |
cp -r /usr/lib/swift/*.dylib /Applications/Xcode.app/Contents/Frameworks/ | |
touch /Applications/Xcode.app/Contents/Frameworks/.swift-5-staged | |
sudo xcodebuild -license accept | |
sudo xcode-select --install | |
sudo xcode-select --reset | |
# In project directory run commands to build |
This file contains hidden or 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: Deploy presentation to GitHub pages | |
on: | |
# Runs on pushes targeting the default branch | |
push: | |
branches: ["master"] | |
# Allows you to run this workflow manually from the Actions tab | |
workflow_dispatch: |
OlderNewer