GitHub_Pages_Deploy.workflow 139 B

1234567
  1. action "Deploy to GitHub Pages" {
  2. uses = "maxheld83/ghpages@v0.2.1"
  3. env = {
  4. BUILD_DIR = "dist/"
  5. }
  6. secrets = ["ACTION_TOKEN"]
  7. }