Update actions in web-deploy.yml (#357)

- fix the workflow getting stuck
2 files changed
tree: 89da1ef56859263736483bad6b2bc5d560f1d5f6
  1. .dependabot/
  2. .github/
  3. .vscode/
  4. netlify/
  5. src/
  6. static/
  7. .asf.yaml
  8. .gitignore
  9. .prettierrc
  10. _headers
  11. CODE_OF_CONDUCT.md
  12. CONTRIBUTING.md
  13. gatsby-browser.js
  14. gatsby-config.js
  15. gatsby-node.js
  16. netlify.toml
  17. package-lock.json
  18. package.json
  19. PULL_REQUEST_TEMPLATE.md
  20. README.md
  21. renovate.json
  22. requirements.txt
  23. yarn.lock
README.md

This is Apache AGE web site ver 2.0!

how to develop & deploy

2. gatsby website develop mode

require node v16.16.0

yarn install or npm install
yarn run start or npm run start

or 

yarn run serve or npm run serve

local web site: visit please http://localhost:8000/

admin(Netlify Content Management System) : http://localhost:8000/admin

⚠️ Only forked branch repositories are allowed on the Administration page.

  1. To use the Administration page, first fork this repository first
  2. Please allow permission requests for your repository from the Netlify app
  3. In the /static/admin/config.yml file, please change the repo to your repository address
  4. When you are done, pull request to new-web.

3. build & deploy

yarn run deploy or npm run deploy