Skip to content

feat(readme): add "Week-4: Cryptography" & update lecturer section #11

feat(readme): add "Week-4: Cryptography" & update lecturer section

feat(readme): add "Week-4: Cryptography" & update lecturer section #11

Workflow file for this run

name: Deploy gnu/linux doc. to pages
on:
workflow_dispatch:
push:
branches:
- master
jobs:
build:
name: Deploy ...
runs-on: ubuntu-latest
steps:
- name: git-checkout
uses: actions/checkout@v2
- name: Setup Node.js Env.
uses: actions/[email protected]
- name: Node version
run: node -v
- name: List file
run: ls
- name: Install dependencies
run: npm install
- name: Build the next.js app
run: npm run build
- run: touch ./out/.nojekyll
- name: Deploy to GitHub Pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: out